#BDA5BE

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

Shades of Lola #BDA5BE

Tints of Lola #BDA5BE

Color information

#BDA5BE (or 0xBDA5BE) is unknown color: approx Lola. HEX triplet: BD, A5 and BE. RGB value is (189,165,190). Sum of RGB (Red+Green+Blue) = 189+165+190=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5BE is #425A41. Grayscale: #AEAEAE. Windows color (decimal): -4348482 or 12494269. OLE color: 12494269.

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

Color convert

RGB189165190-
CMYK0.010.1300.25
HSL297.6º16.13%69.61%-
HSV(B)297.6º13.16%74.51%-
XYZ43.7441.4554.41-
YUV175.03136.45137.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=34.74%
G=30.33%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891651900.010.1300.25297.616.1369.61
HexBDA5BE1D01912a1046
Octal27524527611503145220106
Binary10111101101001011011111011101011001100101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5BE; }

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

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

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

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

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

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

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

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