#BBBEBF

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

Shades of Heather #BBBEBF

Tints of Heather #BBBEBF

Color information

#BBBEBF (or 0xBBBEBF) is unknown color: approx Heather. HEX triplet: BB, BE and BF. RGB value is (187,190,191). Sum of RGB (Red+Green+Blue) = 187+190+191=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEBF is #444140. Grayscale: #BDBDBD. Windows color (decimal): -4473153 or 12566203. OLE color: 12566203.

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

Color convert

RGB187190191-
CMYK0.020.0100.25
HSL195º3.03%74.12%-
HSV(B)195º2.09%74.9%-
XYZ48.3151.1556.62-
YUV189.22129.01126.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 191 (75% from 255) = 33.63%
R=32.92%
G=33.45%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901910.020.0100.251953.0374.12
HexBBBEBF21019c334a
Octal273276277210313033112
Binary10111011101111101011111110101100111000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEBF; }

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

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

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

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

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

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

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

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