#9FBAC0

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

Shades of Casper #9FBAC0

Tints of Casper #9FBAC0

Color information

#9FBAC0 (or 0x9FBAC0) is unknown color: approx Casper. HEX triplet: 9F, BA and C0. RGB value is (159,186,192). Sum of RGB (Red+Green+Blue) = 159+186+192=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9FBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAC0 is #60453F. Grayscale: #B2B2B2. Windows color (decimal): -6309184 or 12630687. OLE color: 12630687.

HSL color Cylindrical-coordinate representation of color #9FBAC0: hue angle of 190.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBAC0 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159186192-
CMYK0.170.0300.25
HSL190.91º20.75%68.82%-
HSV(B)190.91º17.19%75.29%-
XYZ41.3746.2956.62-
YUV178.61135.55114.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=29.61%
G=34.64%
B=35.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591861920.170.0300.25190.9120.7568.82
Hex9FBAC0113019bf1545
Octal23727230021303127725105
Binary100111111011101011000000100011101100110111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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