#BDACC0

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

Shades of Lola #BDACC0

Tints of Lola #BDACC0

Color information

#BDACC0 (or 0xBDACC0) is unknown color: approx Lola. HEX triplet: BD, AC and C0. RGB value is (189,172,192). Sum of RGB (Red+Green+Blue) = 189+172+192=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC0 is #42533F. Grayscale: #B3B3B3. Windows color (decimal): -4346688 or 12627133. OLE color: 12627133.

HSL color Cylindrical-coordinate representation of color #BDACC0: hue angle of 291º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDACC0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189172192-
CMYK0.020.1000.25
HSL291º13.7%71.37%-
HSV(B)291º10.42%75.29%-
XYZ45.2544.1356-
YUV179.36135.13134.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=34.18%
G=31.10%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891721920.020.1000.2529113.771.37
HexBDACC02A019123e47
Octal27525430021203144316107
Binary10111101101011001100000010101001100110010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACC0; }

 p { color: rgb(189,172,192); }

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

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

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

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

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

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

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