#B6A2BB

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

Shades of Lola #B6A2BB

Tints of Lola #B6A2BB

Color information

#B6A2BB (or 0xB6A2BB) is unknown color: approx Lola. HEX triplet: B6, A2 and BB. RGB value is (182,162,187). Sum of RGB (Red+Green+Blue) = 182+162+187=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6A2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A2BB is #495D44. Grayscale: #AAAAAA. Windows color (decimal): -4808005 or 12296886. OLE color: 12296886.

HSL color Cylindrical-coordinate representation of color #B6A2BB: hue angle of 288º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A2BB is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182162187-
CMYK0.030.1300.27
HSL288º15.53%68.43%-
HSV(B)288º13.37%73.33%-
XYZ41.1839.3752.44-
YUV170.83137.13135.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=34.27%
G=30.51%
B=35.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821621870.030.1300.2728815.5368.43
HexB6A2BB3D01B1201044
Octal26624227331503344020104
Binary101101101010001010111011111101011011100100000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A2BB; }

 p { color: rgb(182,162,187); }

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

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

 a { background-color: rgb(182,162,187); }

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

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

 span { border-color: rgb(182,162,187); }

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