#BFBBC0

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

Shades of Lola #BFBBC0

Tints of Lola #BFBBC0

Color information

#BFBBC0 (or 0xBFBBC0) is unknown color: approx Lola. HEX triplet: BF, BB and C0. RGB value is (191,187,192). Sum of RGB (Red+Green+Blue) = 191+187+192=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC0 is #40443F. Grayscale: #BCBCBC. Windows color (decimal): -4211776 or 12630975. OLE color: 12630975.

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

Color convert

RGB191187192-
CMYK0.010.0300.25
HSL288º3.82%74.31%-
HSV(B)288º2.6%75.29%-
XYZ48.7750.4257.03-
YUV188.77129.83129.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=33.51%
G=32.81%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911871920.010.0300.252883.8274.31
HexBFBBC01301912044a
Octal277273300130314404112
Binary1011111110111011110000001110110011001000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBC0; }

 p { color: rgb(191,187,192); }

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

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

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

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

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

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

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