#BDAEBF

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

Shades of Lola #BDAEBF

Tints of Lola #BDAEBF

Color information

#BDAEBF (or 0xBDAEBF) is unknown color: approx Lola. HEX triplet: BD, AE and BF. RGB value is (189,174,191). Sum of RGB (Red+Green+Blue) = 189+174+191=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBF is #425140. Grayscale: #B4B4B4. Windows color (decimal): -4346177 or 12562109. OLE color: 12562109.

HSL color Cylindrical-coordinate representation of color #BDAEBF: hue angle of 292.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDAEBF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189174191-
CMYK0.010.0900.25
HSL292.94º11.72%71.57%-
HSV(B)292.94º8.9%74.9%-
XYZ45.5344.8555.55-
YUV180.42133.97134.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 191 (75% from 255) = 34.48%
R=34.12%
G=31.41%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891741910.010.0900.25292.9411.7271.57
HexBDAEBF19019125c48
Octal27525627711103144514110
Binary1011110110101110101111111100101100110010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEBF; }

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

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

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

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

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

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

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

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