#B6C2C6

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

Shades of Heather #B6C2C6

Tints of Heather #B6C2C6

Color information

#B6C2C6 (or 0xB6C2C6) is unknown color: approx Heather. HEX triplet: B6, C2 and C6. RGB value is (182,194,198). Sum of RGB (Red+Green+Blue) = 182+194+198=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6C2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2C6 is #493D39. Grayscale: #BEBEBE. Windows color (decimal): -4799802 or 13025974. OLE color: 13025974.

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

Color convert

RGB182194198-
CMYK0.080.0200.22
HSL195º12.31%74.51%-
HSV(B)195º8.08%77.65%-
XYZ48.7852.6161.01-
YUV190.87132.02121.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=31.71%
G=33.80%
B=34.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821941980.080.0200.2219512.3174.51
HexB6C2C682016c3c4b
Octal26630230610202630314113
Binary1011011011000010110001101000100101101100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C2C6; }

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

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

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

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

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

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

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

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