#B3B8BB

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

Shades of Heather #B3B8BB

Tints of Heather #B3B8BB

Color information

#B3B8BB (or 0xB3B8BB) is unknown color: approx Heather. HEX triplet: B3, B8 and BB. RGB value is (179,184,187). Sum of RGB (Red+Green+Blue) = 179+184+187=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B8BB is #4C4744. Grayscale: #B6B6B6. Windows color (decimal): -4998981 or 12302515. OLE color: 12302515.

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

Color convert

RGB179184187-
CMYK0.040.0200.27
HSL202.5º5.56%71.76%-
HSV(B)202.5º4.28%73.33%-
XYZ44.747.4553.82-
YUV182.85130.34125.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 187 (73.44% from 255) = 34%
R=32.55%
G=33.45%
B=34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791841870.040.0200.27202.55.5671.76
HexB3B8BB4201Bca648
Octal263270273420333126110
Binary10110011101110001011101110010011011110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B8BB; }

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

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

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

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

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

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

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

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