#BDAEBD

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

Shades of Lola #BDAEBD

Tints of Lola #BDAEBD

Color information

#BDAEBD (or 0xBDAEBD) is unknown color: approx Lola. HEX triplet: BD, AE and BD. RGB value is (189,174,189). Sum of RGB (Red+Green+Blue) = 189+174+189=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBD is #425142. Grayscale: #B4B4B4. Windows color (decimal): -4346179 or 12431037. OLE color: 12431037.

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

Color convert

RGB189174189-
CMYK00.0800.26
HSL300º10.2%71.18%-
HSV(B)300º7.94%74.12%-
XYZ45.3144.7754.4-
YUV180.2132.97134.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=34.24%
G=31.52%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917418900.0800.2630010.271.18
HexBDAEBD0801A12ca47
Octal27525627501003245412107
Binary1011110110101110101111010100001101010010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEBD; }

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

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

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

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

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

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

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

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