#B6BCBF

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

Shades of Heather #B6BCBF

Tints of Heather #B6BCBF

Color information

#B6BCBF (or 0xB6BCBF) is unknown color: approx Heather. HEX triplet: B6, BC and BF. RGB value is (182,188,191). Sum of RGB (Red+Green+Blue) = 182+188+191=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCBF is #494340. Grayscale: #BABABA. Windows color (decimal): -4801345 or 12565686. OLE color: 12565686.

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

Color convert

RGB182188191-
CMYK0.050.0200.25
HSL200º6.57%73.14%-
HSV(B)200º4.71%74.9%-
XYZ46.6849.6756.42-
YUV186.55130.51124.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 191 (75% from 255) = 34.05%
R=32.44%
G=33.51%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821881910.050.0200.252006.5773.14
HexB6BCBF52019c8749
Octal266274277520313107111
Binary10110110101111001011111110110011001110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCBF; }

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

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

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

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

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

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

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

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