#9FBAC5

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

Shades of Heather #9FBAC5

Tints of Heather #9FBAC5

Color information

#9FBAC5 (or 0x9FBAC5) is unknown color: approx Heather. HEX triplet: 9F, BA and C5. RGB value is (159,186,197). Sum of RGB (Red+Green+Blue) = 159+186+197=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #9FBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAC5 is #60453A. Grayscale: #B3B3B3. Windows color (decimal): -6309179 or 12958367. OLE color: 12958367.

HSL color Cylindrical-coordinate representation of color #9FBAC5: hue angle of 197.37º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FBAC5 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB159186197-
CMYK0.190.0600.23
HSL197.37º24.68%69.8%-
HSV(B)197.37º19.29%77.25%-
XYZ41.9446.5259.59-
YUV179.18138.05113.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=29.34%
G=34.32%
B=36.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591861970.190.0600.23197.3724.6869.8
Hex9FBAC5136017c51946
Octal23727230523602730531106
Binary1001111110111010110001011001111001011111000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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