#B6BFC6

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

Shades of Heather #B6BFC6

Tints of Heather #B6BFC6

Color information

#B6BFC6 (or 0xB6BFC6) is unknown color: approx Heather. HEX triplet: B6, BF and C6. RGB value is (182,191,198). Sum of RGB (Red+Green+Blue) = 182+191+198=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6BFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFC6 is #494039. Grayscale: #BDBDBD. Windows color (decimal): -4800570 or 13025206. OLE color: 13025206.

HSL color Cylindrical-coordinate representation of color #B6BFC6: hue angle of 206.25º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6BFC6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182191198-
CMYK0.080.0400.22
HSL206.25º12.31%74.51%-
HSV(B)206.25º8.08%77.65%-
XYZ48.1251.2860.79-
YUV189.11133.02122.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=31.87%
G=33.45%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821911980.080.0400.22206.2512.3174.51
HexB6BFC684016cec4b
Octal26627730610402631614113
Binary10110110101111111100011010001000101101100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BFC6; }

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

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

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

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

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

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

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

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