#B7BABD

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

Shades of Heather #B7BABD

Tints of Heather #B7BABD

Color information

#B7BABD (or 0xB7BABD) is unknown color: approx Heather. HEX triplet: B7, BA and BD. RGB value is (183,186,189). Sum of RGB (Red+Green+Blue) = 183+186+189=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BABD is #484542. Grayscale: #B9B9B9. Windows color (decimal): -4736323 or 12434103. OLE color: 12434103.

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

Color convert

RGB183186189-
CMYK0.030.0200.26
HSL210º4.35%72.94%-
HSV(B)210º3.17%74.12%-
XYZ46.2748.8655.14-
YUV185.44130.01126.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=32.80%
G=33.33%
B=33.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831861890.030.0200.262104.3572.94
HexB7BABD3201Ad2449
Octal267272275320323224111
Binary1011011110111010101111011110011010110100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BABD; }

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

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

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

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

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

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

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

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