#B2A6B3

Color #B2A6B3 Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #B2A6B3

Tints of Lola #B2A6B3

Color information

#B2A6B3 (or 0xB2A6B3) is unknown color: approx Lola. HEX triplet: B2, A6 and B3. RGB value is (178,166,179). Sum of RGB (Red+Green+Blue) = 178+166+179=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 179 - color contains mainly: blue. Hex color #B2A6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6B3 is #4D594C. Grayscale: #ABABAB. Windows color (decimal): -5069133 or 11773618. OLE color: 11773618.

HSL color Cylindrical-coordinate representation of color #B2A6B3: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2A6B3 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB178166179-
CMYK0.010.0700.30
HSL295.38º7.88%67.65%-
HSV(B)295.38º7.26%70.2%-
XYZ40.1339.9948.25-
YUV171.07132.48132.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=34.03%
G=31.74%
B=34.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781661790.010.0700.30295.387.8867.65
HexB2A6B31701E127844
Octal2622462631703644710104
Binary101100101010011010110011111101111010010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6B3; }

 p { color: rgb(178,166,179); }

 H1.HeaderClassName
 {
   color: #B2A6B3;
 }
 .AnyTagClassName
 {
   color: #B2A6B3;
 }
</style>
background-color css

<style>
 a { background-color: #B2A6B3; }

 a { background-color: rgb(178,166,179); }

 div.DivClassName
 {
   background-color: #B2A6B3;
 }
 .BgClassName
 {
   background-color: #B2A6B3;
 }
</style>
border-color css

<style>
 span { border-color: #B2A6B3; }

 span { border-color: rgb(178,166,179); }

 td.TdClassName
 {
   border-color: #B2A6B3;
 }
 .TagClassName
 {
   border-color: #B2A6B3;
 }
</style>