#9FBBC4

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

Shades of Heather #9FBBC4

Tints of Heather #9FBBC4

Color information

#9FBBC4 (or 0x9FBBC4) is unknown color: approx Heather. HEX triplet: 9F, BB and C4. RGB value is (159,187,196). Sum of RGB (Red+Green+Blue) = 159+187+196=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #9FBBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBC4 is #60443B. Grayscale: #B3B3B3. Windows color (decimal): -6308924 or 12893087. OLE color: 12893087.

HSL color Cylindrical-coordinate representation of color #9FBBC4: hue angle of 194.59º degrees, saturation: 0.24, 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 #9FBBC4 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB159187196-
CMYK0.190.0500.23
HSL194.59º23.87%69.61%-
HSV(B)194.59º18.88%76.86%-
XYZ42.0346.959.06-
YUV179.65137.22113.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=29.34%
G=34.50%
B=36.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591871960.190.0500.23194.5923.8769.61
Hex9FBBC4135017c31846
Octal23727330423502730330106
Binary1001111110111011110001001001110101011111000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,196); }

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

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

 a { background-color: rgb(159,187,196); }

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

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

 span { border-color: rgb(159,187,196); }

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