#9CB9BF

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

Shades of Casper #9CB9BF

Tints of Casper #9CB9BF

Color information

#9CB9BF (or 0x9CB9BF) is unknown color: approx Casper. HEX triplet: 9C, B9 and BF. RGB value is (156,185,191). Sum of RGB (Red+Green+Blue) = 156+185+191=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9BF is #634640. Grayscale: #B0B0B0. Windows color (decimal): -6506049 or 12564892. OLE color: 12564892.

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

Color convert

RGB156185191-
CMYK0.180.0300.25
HSL190.29º21.47%68.04%-
HSV(B)190.29º18.32%74.9%-
XYZ40.4645.5355.95-
YUV177.01135.89113.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 191 (75% from 255) = 35.90%
R=29.32%
G=34.77%
B=35.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561851910.180.0300.25190.2921.4768.04
Hex9CB9BF123019be1544
Octal23427127722303127625104
Binary100111001011100110111111100101101100110111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,191); }

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

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

 a { background-color: rgb(156,185,191); }

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

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

 span { border-color: rgb(156,185,191); }

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