#BDACBB

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

Shades of Lola #BDACBB

Tints of Lola #BDACBB

Color information

#BDACBB (or 0xBDACBB) is unknown color: approx Lola. HEX triplet: BD, AC and BB. RGB value is (189,172,187). Sum of RGB (Red+Green+Blue) = 189+172+187=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACBB is #425344. Grayscale: #B2B2B2. Windows color (decimal): -4346693 or 12299453. OLE color: 12299453.

HSL color Cylindrical-coordinate representation of color #BDACBB: hue angle of 307.06º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACBB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189172187-
CMYK00.090.010.26
HSL307.06º11.41%70.78%-
HSV(B)307.06º8.99%74.12%-
XYZ44.7143.9153.13-
YUV178.79132.63135.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=34.49%
G=31.39%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917218700.090.010.26307.0611.4170.78
HexBDACBB0911A133b47
Octal27525427301113246313107
Binary1011110110101100101110110100111101010011001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACBB; }

 p { color: rgb(189,172,187); }

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

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

 a { background-color: rgb(189,172,187); }

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

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

 span { border-color: rgb(189,172,187); }

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