#BFB1BE

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

Shades of Lola #BFB1BE

Tints of Lola #BFB1BE

Color information

#BFB1BE (or 0xBFB1BE) is unknown color: approx Lola. HEX triplet: BF, B1 and BE. RGB value is (191,177,190). Sum of RGB (Red+Green+Blue) = 191+177+190=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1BE is #404E41. Grayscale: #B6B6B6. Windows color (decimal): -4214338 or 12497343. OLE color: 12497343.

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

Color convert

RGB191177190-
CMYK00.070.010.25
HSL304.29º9.86%72.16%-
HSV(B)304.29º7.33%74.9%-
XYZ46.546.2455.19-
YUV182.67132.14133.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=34.23%
G=31.72%
B=34.05%

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
Decimal19117719000.070.010.25304.299.8672.16
HexBFB1BE07119130a48
Octal2772612760713146012110
Binary101111111011000110111110011111100110011000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1BE; }

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

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

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

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

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

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

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

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