#BBBFC0

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

Shades of Heather #BBBFC0

Tints of Heather #BBBFC0

Color information

#BBBFC0 (or 0xBBBFC0) is unknown color: approx Heather. HEX triplet: BB, BF and C0. RGB value is (187,191,192). Sum of RGB (Red+Green+Blue) = 187+191+192=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 191 (75% from 255 or 33.51% 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 #BBBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC0 is #44403F. Grayscale: #BDBDBD. Windows color (decimal): -4472896 or 12631995. OLE color: 12631995.

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

Color convert

RGB187191192-
CMYK0.030.0100.25
HSL192º3.82%74.31%-
HSV(B)192º2.6%75.29%-
XYZ48.6451.6357.27-
YUV189.92129.17125.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911920.030.0100.251923.8274.31
HexBBBFC031019c044a
Octal273277300310313004112
Binary101110111011111111000000111011001110000001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFC0; }

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

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

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

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

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

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

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

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