#BDA1BF

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

Shades of Lola #BDA1BF

Tints of Lola #BDA1BF

Color information

#BDA1BF (or 0xBDA1BF) is unknown color: approx Lola. HEX triplet: BD, A1 and BF. RGB value is (189,161,191). Sum of RGB (Red+Green+Blue) = 189+161+191=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDA1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BF is #425E40. Grayscale: #ACACAC. Windows color (decimal): -4349505 or 12558781. OLE color: 12558781.

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

Color convert

RGB189161191-
CMYK0.010.1600.25
HSL296º18.99%69.02%-
HSV(B)296º15.71%74.9%-
XYZ43.1440.0754.75-
YUV172.79138.28139.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 161 (63.28% from 255) = 29.76%
BLUE value IS 191 (75% from 255) = 35.30%
R=34.94%
G=29.76%
B=35.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891611910.010.1600.2529618.9969.02
HexBDA1BF1100191281345
Octal27524127712003145023105
Binary101111011010000110111111110000011001100101000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1BF; }

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

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

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

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

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

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

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

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