#B6BABF

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

Shades of Heather #B6BABF

Tints of Heather #B6BABF

Color information

#B6BABF (or 0xB6BABF) is unknown color: approx Heather. HEX triplet: B6, BA and BF. RGB value is (182,186,191). Sum of RGB (Red+Green+Blue) = 182+186+191=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BABF is #494540. Grayscale: #B9B9B9. Windows color (decimal): -4801857 or 12565174. OLE color: 12565174.

HSL color Cylindrical-coordinate representation of color #B6BABF: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6BABF is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182186191-
CMYK0.050.0300.25
HSL213.33º6.57%73.14%-
HSV(B)213.33º4.71%74.9%-
XYZ46.2548.8256.28-
YUV185.37131.17125.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 34.17%
R=32.56%
G=33.27%
B=34.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821861910.050.0300.25213.336.5773.14
HexB6BABF53019d5749
Octal266272277530313257111
Binary10110110101110101011111110111011001110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BABF; }

 p { color: rgb(182,186,191); }

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

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

 a { background-color: rgb(182,186,191); }

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

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

 span { border-color: rgb(182,186,191); }

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