#9FB5BC

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

Shades of Casper #9FB5BC

Tints of Casper #9FB5BC

Color information

#9FB5BC (or 0x9FB5BC) is unknown color: approx Casper. HEX triplet: 9F, B5 and BC. RGB value is (159,181,188). Sum of RGB (Red+Green+Blue) = 159+181+188=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FB5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB5BC is #604A43. Grayscale: #AFAFAF. Windows color (decimal): -6310468 or 12367263. OLE color: 12367263.

HSL color Cylindrical-coordinate representation of color #9FB5BC: hue angle of 194.48º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FB5BC is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159181188-
CMYK0.150.0400.26
HSL194.48º17.79%68.04%-
HSV(B)194.48º15.43%73.73%-
XYZ39.944.0553.98-
YUV175.22135.21116.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=30.11%
G=34.28%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591811880.150.0400.26194.4817.7968.04
Hex9FB5BCF401Ac21244
Octal23726527417403230222104
Binary100111111011010110111100111110001101011000010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,188); }

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

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

 a { background-color: rgb(159,181,188); }

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

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

 span { border-color: rgb(159,181,188); }

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