#9FB6BE

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

Shades of Casper #9FB6BE

Tints of Casper #9FB6BE

Color information

#9FB6BE (or 0x9FB6BE) is unknown color: approx Casper. HEX triplet: 9F, B6 and BE. RGB value is (159,182,190). Sum of RGB (Red+Green+Blue) = 159+182+190=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB6BE is #604941. Grayscale: #AFAFAF. Windows color (decimal): -6310210 or 12498591. OLE color: 12498591.

HSL color Cylindrical-coordinate representation of color #9FB6BE: hue angle of 195.48º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB6BE is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159182190-
CMYK0.160.0400.25
HSL195.48º19.25%68.43%-
HSV(B)195.48º16.32%74.51%-
XYZ40.3244.5455.19-
YUV176.04135.88115.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 182 (71.48% from 255) = 34.27%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=29.94%
G=34.27%
B=35.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591821900.160.0400.25195.4819.2568.43
Hex9FB6BE104019c31344
Octal23726627620403130323104
Binary1001111110110110101111101000010001100111000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,182,190); }

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

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

 a { background-color: rgb(159,182,190); }

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

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

 span { border-color: rgb(159,182,190); }

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