#BFB2BE

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

Shades of Lola #BFB2BE

Tints of Lola #BFB2BE

Color information

#BFB2BE (or 0xBFB2BE) is unknown color: approx Lola. HEX triplet: BF, B2 and BE. RGB value is (191,178,190). Sum of RGB (Red+Green+Blue) = 191+178+190=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2BE is #404D41. Grayscale: #B7B7B7. Windows color (decimal): -4214082 or 12497599. OLE color: 12497599.

HSL color Cylindrical-coordinate representation of color #BFB2BE: hue angle of 304.62º 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 #BFB2BE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB191178190-
CMYK00.070.010.25
HSL304.62º9.22%72.35%-
HSV(B)304.62º6.81%74.9%-
XYZ46.746.6355.26-
YUV183.25131.81133.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=34.17%
G=31.84%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117819000.070.010.25304.629.2272.35
HexBFB2BE07119131948
Octal2772622760713146111110
Binary101111111011001010111110011111100110011000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB2BE; }

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

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

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

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

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

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

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

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