#B6BDBF

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

Shades of Heather #B6BDBF

Tints of Heather #B6BDBF

Color information

#B6BDBF (or 0xB6BDBF) is unknown color: approx Heather. HEX triplet: B6, BD and BF. RGB value is (182,189,191). Sum of RGB (Red+Green+Blue) = 182+189+191=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDBF is #494240. Grayscale: #BBBBBB. Windows color (decimal): -4801089 or 12565942. OLE color: 12565942.

HSL color Cylindrical-coordinate representation of color #B6BDBF: hue angle of 193.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 #B6BDBF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182189191-
CMYK0.050.0100.25
HSL193.33º6.57%73.14%-
HSV(B)193.33º4.71%74.9%-
XYZ46.8950.156.49-
YUV187.14130.18124.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 191 (75% from 255) = 33.99%
R=32.38%
G=33.63%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821891910.050.0100.25193.336.5773.14
HexB6BDBF51019c1749
Octal266275277510313017111
Binary1011011010111101101111111011011001110000011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDBF; }

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

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

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

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

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

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

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

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