#B6A1BB

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

Shades of Lola #B6A1BB

Tints of Lola #B6A1BB

Color information

#B6A1BB (or 0xB6A1BB) is unknown color: approx Lola. HEX triplet: B6, A1 and BB. RGB value is (182,161,187). Sum of RGB (Red+Green+Blue) = 182+161+187=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1BB is #495E44. Grayscale: #AAAAAA. Windows color (decimal): -4808261 or 12296630. OLE color: 12296630.

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

Color convert

RGB182161187-
CMYK0.030.1400.27
HSL288.46º16.05%68.24%-
HSV(B)288.46º13.9%73.33%-
XYZ41.0139.0252.38-
YUV170.24137.46136.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=34.34%
G=30.38%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821611870.030.1400.27288.4616.0568.24
HexB6A1BB3E01B1201044
Octal26624127331603344020104
Binary101101101010000110111011111110011011100100000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1BB; }

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

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

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

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

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

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

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

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