#BCADBB

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

Shades of Lola #BCADBB

Tints of Lola #BCADBB

Color information

#BCADBB (or 0xBCADBB) is unknown color: approx Lola. HEX triplet: BC, AD and BB. RGB value is (188,173,187). Sum of RGB (Red+Green+Blue) = 188+173+187=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADBB is #435244. Grayscale: #B3B3B3. Windows color (decimal): -4411973 or 12299708. OLE color: 12299708.

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

Color convert

RGB188173187-
CMYK00.080.010.26
HSL304º10.07%70.78%-
HSV(B)304º7.98%73.73%-
XYZ44.6544.1753.19-
YUV179.08132.47134.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=34.31%
G=31.57%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817318700.080.010.2630410.0770.78
HexBCADBB0811A130a47
Octal27425527301013246012107
Binary1011110010101101101110110100011101010011000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADBB; }

 p { color: rgb(188,173,187); }

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

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

 a { background-color: rgb(188,173,187); }

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

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

 span { border-color: rgb(188,173,187); }

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