#9FBAC6

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

Shades of Heather #9FBAC6

Tints of Heather #9FBAC6

Color information

#9FBAC6 (or 0x9FBAC6) is unknown color: approx Heather. HEX triplet: 9F, BA and C6. RGB value is (159,186,198). Sum of RGB (Red+Green+Blue) = 159+186+198=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #9FBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAC6 is #604539. Grayscale: #B3B3B3. Windows color (decimal): -6309178 or 13023903. OLE color: 13023903.

HSL color Cylindrical-coordinate representation of color #9FBAC6: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FBAC6 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB159186198-
CMYK0.200.0600.22
HSL198.46º25.49%70%-
HSV(B)198.46º19.7%77.65%-
XYZ42.0546.5760.2-
YUV179.3138.55113.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=29.28%
G=34.25%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591861980.200.0600.22198.4625.4970
Hex9FBAC6146016c61946
Octal23727230624602630631106
Binary1001111110111010110001101010011001011011000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBAC6; }

 p { color: rgb(159,186,198); }

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

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

 a { background-color: rgb(159,186,198); }

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

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

 span { border-color: rgb(159,186,198); }

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