#BDAFBF

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

Shades of Lola #BDAFBF

Tints of Lola #BDAFBF

Color information

#BDAFBF (or 0xBDAFBF) is unknown color: approx Lola. HEX triplet: BD, AF and BF. RGB value is (189,175,191). Sum of RGB (Red+Green+Blue) = 189+175+191=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFBF is #425040. Grayscale: #B4B4B4. Windows color (decimal): -4345921 or 12562365. OLE color: 12562365.

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

Color convert

RGB189175191-
CMYK0.010.0800.25
HSL292.5º11.11%71.76%-
HSV(B)292.5º8.38%74.9%-
XYZ45.7245.2455.61-
YUV181.01133.64133.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 191 (75% from 255) = 34.41%
R=34.05%
G=31.53%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891751910.010.0800.25292.511.1171.76
HexBDAFBF18019124b48
Octal27525727711003144413110
Binary1011110110101111101111111100001100110010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFBF; }

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

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

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

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

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

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

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

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