#9FBDC0

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

Shades of Casper #9FBDC0

Tints of Casper #9FBDC0

Color information

#9FBDC0 (or 0x9FBDC0) is unknown color: approx Casper. HEX triplet: 9F, BD and C0. RGB value is (159,189,192). Sum of RGB (Red+Green+Blue) = 159+189+192=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #9FBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDC0 is #60423F. Grayscale: #B4B4B4. Windows color (decimal): -6308416 or 12631455. OLE color: 12631455.

HSL color Cylindrical-coordinate representation of color #9FBDC0: hue angle of 185.45º 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 #9FBDC0 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159189192-
CMYK0.170.0200.25
HSL185.45º20.75%68.82%-
HSV(B)185.45º17.19%75.29%-
XYZ42.0147.5756.84-
YUV180.37134.56112.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=29.44%
G=35%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591891920.170.0200.25185.4520.7568.82
Hex9FBDC0112019b91545
Octal23727530021203127125105
Binary100111111011110111000000100011001100110111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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