#BFADBF

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

Shades of Lola #BFADBF

Tints of Lola #BFADBF

Color information

#BFADBF (or 0xBFADBF) is unknown color: approx Lola. HEX triplet: BF, AD and BF. RGB value is (191,173,191). Sum of RGB (Red+Green+Blue) = 191+173+191=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADBF is #405240. Grayscale: #B4B4B4. Windows color (decimal): -4215361 or 12561855. OLE color: 12561855.

HSL color Cylindrical-coordinate representation of color #BFADBF: hue angle of 300º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFADBF is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191173191-
CMYK00.0900.25
HSL300º12.33%71.37%-
HSV(B)300º9.42%74.9%-
XYZ45.8344.7355.51-
YUV180.43133.96135.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 191 (75% from 255) = 34.41%
R=34.41%
G=31.17%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117319100.0900.2530012.3371.37
HexBFADBF0901912cc47
Octal27725527701103145414107
Binary1011111110101101101111110100101100110010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFADBF; }

 p { color: rgb(191,173,191); }

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

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

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

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

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

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

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