#B3BBBE

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

Shades of Heather #B3BBBE

Tints of Heather #B3BBBE

Color information

#B3BBBE (or 0xB3BBBE) is unknown color: approx Heather. HEX triplet: B3, BB and BE. RGB value is (179,187,190). Sum of RGB (Red+Green+Blue) = 179+187+190=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBBE is #4C4441. Grayscale: #B8B8B8. Windows color (decimal): -4998210 or 12499891. OLE color: 12499891.

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

Color convert

RGB179187190-
CMYK0.060.0200.25
HSL196.36º7.8%72.35%-
HSV(B)196.36º5.79%74.51%-
XYZ45.6548.8455.74-
YUV184.95130.85123.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=32.19%
G=33.63%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791871900.060.0200.25196.367.872.35
HexB3BBBE62019c4848
Octal2632732766203130410110
Binary101100111011101110111110110100110011100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBBE; }

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

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

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

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

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

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

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

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