#9FB4BE

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

Shades of Casper #9FB4BE

Tints of Casper #9FB4BE

Color information

#9FB4BE (or 0x9FB4BE) is unknown color: approx Casper. HEX triplet: 9F, B4 and BE. RGB value is (159,180,190). Sum of RGB (Red+Green+Blue) = 159+180+190=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB4BE is #604B41. Grayscale: #AEAEAE. Windows color (decimal): -6310722 or 12498079. OLE color: 12498079.

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

Color convert

RGB159180190-
CMYK0.160.0500.25
HSL199.35º19.25%68.43%-
HSV(B)199.35º16.32%74.51%-
XYZ39.9143.7355.05-
YUV174.86136.54116.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=30.06%
G=34.03%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591801900.160.0500.25199.3519.2568.43
Hex9FB4BE105019c71344
Octal23726427620503130723104
Binary1001111110110100101111101000010101100111000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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