#BFB4BE

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

Shades of Lola #BFB4BE

Tints of Lola #BFB4BE

Color information

#BFB4BE (or 0xBFB4BE) is unknown color: approx Lola. HEX triplet: BF, B4 and BE. RGB value is (191,180,190). Sum of RGB (Red+Green+Blue) = 191+180+190=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4BE is #404B41. Grayscale: #B8B8B8. Windows color (decimal): -4213570 or 12498111. OLE color: 12498111.

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

Color convert

RGB191180190-
CMYK00.060.010.25
HSL305.45º7.91%72.75%-
HSV(B)305.45º5.76%74.9%-
XYZ47.147.4455.39-
YUV184.43131.14132.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=34.05%
G=32.09%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118019000.060.010.25305.457.9172.75
HexBFB4BE06119131849
Octal2772642760613146110111
Binary101111111011010010111110011011100110011000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4BE; }

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

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

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

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

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

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

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

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