#BDA4C0

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

Shades of Lola #BDA4C0

Tints of Lola #BDA4C0

Color information

#BDA4C0 (or 0xBDA4C0) is unknown color: approx Lola. HEX triplet: BD, A4 and C0. RGB value is (189,164,192). Sum of RGB (Red+Green+Blue) = 189+164+192=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4C0 is #425B3F. Grayscale: #AEAEAE. Windows color (decimal): -4348736 or 12625085. OLE color: 12625085.

HSL color Cylindrical-coordinate representation of color #BDA4C0: hue angle of 293.57º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA4C0 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189164192-
CMYK0.020.1500.25
HSL293.57º18.18%69.8%-
HSV(B)293.57º14.58%75.29%-
XYZ43.7841.1855.51-
YUV174.67137.78138.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=34.68%
G=30.09%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891641920.020.1500.25293.5718.1869.8
HexBDA4C02F0191261246
Octal27524430021703144622106
Binary101111011010010011000000101111011001100100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4C0; }

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

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

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

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

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

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

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

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