#B7BABB

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

Shades of Heather #B7BABB

Tints of Heather #B7BABB

Color information

#B7BABB (or 0xB7BABB) is unknown color: approx Heather. HEX triplet: B7, BA and BB. RGB value is (183,186,187). Sum of RGB (Red+Green+Blue) = 183+186+187=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BABB is #484544. Grayscale: #B9B9B9. Windows color (decimal): -4736325 or 12303031. OLE color: 12303031.

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

Color convert

RGB183186187-
CMYK0.020.0100.27
HSL195º2.86%72.55%-
HSV(B)195º2.14%73.33%-
XYZ46.0648.7754-
YUV185.22129.01126.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=32.91%
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.27
SystemRedGreenBlueCMYKHSL
Decimal1831861870.020.0100.271952.8672.55
HexB7BABB2101Bc3349
Octal267272273210333033111
Binary10110111101110101011101110101101111000011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BABB; }

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

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

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

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

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

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

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

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