#9FBDC9

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

Shades of Heather #9FBDC9

Tints of Heather #9FBDC9

Color information

#9FBDC9 (or 0x9FBDC9) is unknown color: approx Heather. HEX triplet: 9F, BD and C9. RGB value is (159,189,201). Sum of RGB (Red+Green+Blue) = 159+189+201=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #9FBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDC9 is #604236. Grayscale: #B5B5B5. Windows color (decimal): -6308407 or 13221279. OLE color: 13221279.

HSL color Cylindrical-coordinate representation of color #9FBDC9: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FBDC9 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159189201-
CMYK0.210.0600.21
HSL197.14º28%70.59%-
HSV(B)197.14º20.9%78.82%-
XYZ43.0447.9862.25-
YUV181.4139.06112.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=28.96%
G=34.43%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591892010.210.0600.21197.142870.59
Hex9FBDC9156015c51c47
Octal23727531125602530534107
Binary1001111110111101110010011010111001010111000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,201); }

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

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

 a { background-color: rgb(159,189,201); }

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

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

 span { border-color: rgb(159,189,201); }

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