#BDA4BF

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

Shades of Lola #BDA4BF

Tints of Lola #BDA4BF

Color information

#BDA4BF (or 0xBDA4BF) is unknown color: approx Lola. HEX triplet: BD, A4 and BF. RGB value is (189,164,191). Sum of RGB (Red+Green+Blue) = 189+164+191=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4BF is #425B40. Grayscale: #AEAEAE. Windows color (decimal): -4348737 or 12559549. OLE color: 12559549.

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

Color convert

RGB189164191-
CMYK0.010.1400.25
HSL295.56º17.42%69.61%-
HSV(B)295.56º14.14%74.9%-
XYZ43.6741.1354.93-
YUV174.55137.28138.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 191 (75% from 255) = 35.11%
R=34.74%
G=30.15%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891641910.010.1400.25295.5617.4269.61
HexBDA4BF1E0191281146
Octal27524427711603145021106
Binary10111101101001001011111111110011001100101000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4BF; }

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

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

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

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

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

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

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

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