#9EB4BC

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

Shades of Casper #9EB4BC

Tints of Casper #9EB4BC

Color information

#9EB4BC (or 0x9EB4BC) is unknown color: approx Casper. HEX triplet: 9E, B4 and BC. RGB value is (158,180,188). Sum of RGB (Red+Green+Blue) = 158+180+188=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB4BC is #614B43. Grayscale: #AEAEAE. Windows color (decimal): -6376260 or 12367006. OLE color: 12367006.

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

Color convert

RGB158180188-
CMYK0.160.0400.26
HSL196º18.29%67.84%-
HSV(B)196º15.96%73.73%-
XYZ39.543.5453.9-
YUV174.33135.71116.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=30.04%
G=34.22%
B=35.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581801880.160.0400.2619618.2967.84
Hex9EB4BC10401Ac41244
Octal23626427420403230422104
Binary1001111010110100101111001000010001101011000100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,188); }

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

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

 a { background-color: rgb(158,180,188); }

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

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

 span { border-color: rgb(158,180,188); }

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