#BFB5BE

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

Shades of Lola #BFB5BE

Tints of Lola #BFB5BE

Color information

#BFB5BE (or 0xBFB5BE) is unknown color: approx Lola. HEX triplet: BF, B5 and BE. RGB value is (191,181,190). Sum of RGB (Red+Green+Blue) = 191+181+190=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5BE is #404A41. Grayscale: #B8B8B8. Windows color (decimal): -4213314 or 12498367. OLE color: 12498367.

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

Color convert

RGB191181190-
CMYK00.050.010.25
HSL306º7.25%72.94%-
HSV(B)306º5.24%74.9%-
XYZ47.347.8455.46-
YUV185.02130.81132.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 181 (71.09% from 255) = 32.21%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=33.99%
G=32.21%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118119000.050.010.253067.2572.94
HexBFB5BE05119132749
Octal277265276051314627111
Binary10111111101101011011111001011110011001100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5BE; }

 p { color: rgb(191,181,190); }

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

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

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

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

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

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

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