#B7B9BA

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

Shades of Heather #B7B9BA

Tints of Heather #B7B9BA

Color information

#B7B9BA (or 0xB7B9BA) is unknown color: approx Heather. HEX triplet: B7, B9 and BA. RGB value is (183,185,186). Sum of RGB (Red+Green+Blue) = 183+185+186=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B9BA is #484645. Grayscale: #B8B8B8. Windows color (decimal): -4736582 or 12237239. OLE color: 12237239.

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

Color convert

RGB183185186-
CMYK0.020.0100.27
HSL200º2.13%72.35%-
HSV(B)200º1.61%72.94%-
XYZ45.7448.3153.37-
YUV184.52128.84126.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=33.03%
G=33.39%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831851860.020.0100.272002.1372.35
HexB7B9BA2101Bc8248
Octal267271272210333102110
Binary10110111101110011011101010101101111001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B9BA; }

 p { color: rgb(183,185,186); }

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

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

 a { background-color: rgb(183,185,186); }

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

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

 span { border-color: rgb(183,185,186); }

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