#BFB2BF

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

Shades of Lola #BFB2BF

Tints of Lola #BFB2BF

Color information

#BFB2BF (or 0xBFB2BF) is unknown color: approx Lola. HEX triplet: BF, B2 and BF. RGB value is (191,178,191). Sum of RGB (Red+Green+Blue) = 191+178+191=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BFB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2BF is #404D40. Grayscale: #B7B7B7. Windows color (decimal): -4214081 or 12563135. OLE color: 12563135.

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

Color convert

RGB191178191-
CMYK00.0700.25
HSL300º9.22%72.35%-
HSV(B)300º6.81%74.9%-
XYZ46.8146.6855.83-
YUV183.37132.31133.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 191 (75% from 255) = 34.11%
R=34.11%
G=31.79%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117819100.0700.253009.2272.35
HexBFB2BF0701912c948
Octal2772622770703145411110
Binary101111111011001010111111011101100110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2BF; }

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

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

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

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

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

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

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

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