#BDA8C5

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

Shades of Lola #BDA8C5

Tints of Lola #BDA8C5

Color information

#BDA8C5 (or 0xBDA8C5) is unknown color: approx Lola. HEX triplet: BD, A8 and C5. RGB value is (189,168,197). Sum of RGB (Red+Green+Blue) = 189+168+197=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDA8C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8C5 is #42573A. Grayscale: #B1B1B1. Windows color (decimal): -4347707 or 12953789. OLE color: 12953789.

HSL color Cylindrical-coordinate representation of color #BDA8C5: hue angle of 283.45º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA8C5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189168197-
CMYK0.040.1500.23
HSL283.45º20%71.57%-
HSV(B)283.45º14.72%77.25%-
XYZ45.0742.8658.72-
YUV177.58138.96136.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=34.12%
G=30.32%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891681970.040.1500.23283.452071.57
HexBDA8C54F01711b1448
Octal27525030541702743324110
Binary1011110110101000110001011001111010111100011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8C5; }

 p { color: rgb(189,168,197); }

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

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

 a { background-color: rgb(189,168,197); }

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

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

 span { border-color: rgb(189,168,197); }

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