#BDAEC3

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

Shades of Lola #BDAEC3

Tints of Lola #BDAEC3

Color information

#BDAEC3 (or 0xBDAEC3) is unknown color: approx Lola. HEX triplet: BD, AE and C3. RGB value is (189,174,195). Sum of RGB (Red+Green+Blue) = 189+174+195=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC3 is #42513C. Grayscale: #B4B4B4. Windows color (decimal): -4346173 or 12824253. OLE color: 12824253.

HSL color Cylindrical-coordinate representation of color #BDAEC3: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDAEC3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189174195-
CMYK0.030.1100.24
HSL282.86º14.89%72.35%-
HSV(B)282.86º10.77%76.47%-
XYZ45.9745.0357.9-
YUV180.88135.97133.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 195 (76.56% from 255) = 34.95%
R=33.87%
G=31.18%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891741950.030.1100.24282.8614.8972.35
HexBDAEC33B01811bf48
Octal27525630331303043317110
Binary10111101101011101100001111101101100010001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEC3; }

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

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

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

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

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

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

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

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