#BDAEBE

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

Shades of Lola #BDAEBE

Tints of Lola #BDAEBE

Color information

#BDAEBE (or 0xBDAEBE) is unknown color: approx Lola. HEX triplet: BD, AE and BE. RGB value is (189,174,190). Sum of RGB (Red+Green+Blue) = 189+174+190=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBE is #425141. Grayscale: #B4B4B4. Windows color (decimal): -4346178 or 12496573. OLE color: 12496573.

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

Color convert

RGB189174190-
CMYK0.010.0800.25
HSL296.25º10.96%71.37%-
HSV(B)296.25º8.42%74.51%-
XYZ45.4244.8154.97-
YUV180.31133.47134.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=34.18%
G=31.46%
B=34.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891741900.010.0800.25296.2510.9671.37
HexBDAEBE18019128b47
Octal27525627611003145013107
Binary1011110110101110101111101100001100110010100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEBE; }

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

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

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

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

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

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

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

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