#B2B8BE

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

Shades of Heather #B2B8BE

Tints of Heather #B2B8BE

Color information

#B2B8BE (or 0xB2B8BE) is unknown color: approx Heather. HEX triplet: B2, B8 and BE. RGB value is (178,184,190). Sum of RGB (Red+Green+Blue) = 178+184+190=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8BE is #4D4741. Grayscale: #B6B6B6. Windows color (decimal): -5064514 or 12499122. OLE color: 12499122.

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

Color convert

RGB178184190-
CMYK0.060.0300.25
HSL210º8.45%72.16%-
HSV(B)210º6.32%74.51%-
XYZ44.7947.4655.52-
YUV182.89132.01124.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=32.25%
G=33.33%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781841900.060.0300.252108.4572.16
HexB2B8BE63019d2848
Octal2622702766303132210110
Binary101100101011100010111110110110110011101001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B8BE; }

 p { color: rgb(178,184,190); }

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

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

 a { background-color: rgb(178,184,190); }

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

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

 span { border-color: rgb(178,184,190); }

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