#BDAEBC

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

Shades of Lola #BDAEBC

Tints of Lola #BDAEBC

Color information

#BDAEBC (or 0xBDAEBC) is unknown color: approx Lola. HEX triplet: BD, AE and BC. RGB value is (189,174,188). Sum of RGB (Red+Green+Blue) = 189+174+188=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBC is #425143. Grayscale: #B4B4B4. Windows color (decimal): -4346180 or 12365501. OLE color: 12365501.

HSL color Cylindrical-coordinate representation of color #BDAEBC: 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 #BDAEBC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189174188-
CMYK00.080.010.26
HSL304º10.2%71.18%-
HSV(B)304º7.94%74.12%-
XYZ45.244.7253.83-
YUV180.08132.47134.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=34.30%
G=31.58%
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
Decimal18917418800.080.010.2630410.271.18
HexBDAEBC0811A130a47
Octal27525627401013246012107
Binary1011110110101110101111000100011101010011000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEBC; }

 p { color: rgb(189,174,188); }

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

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

 a { background-color: rgb(189,174,188); }

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

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

 span { border-color: rgb(189,174,188); }

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