#9EBAC0

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

Shades of Casper #9EBAC0

Tints of Casper #9EBAC0

Color information

#9EBAC0 (or 0x9EBAC0) is unknown color: approx Casper. HEX triplet: 9E, BA and C0. RGB value is (158,186,192). Sum of RGB (Red+Green+Blue) = 158+186+192=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #9EBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBAC0 is #61453F. Grayscale: #B2B2B2. Windows color (decimal): -6374720 or 12630686. OLE color: 12630686.

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

Color convert

RGB158186192-
CMYK0.180.0300.25
HSL190.59º21.25%68.63%-
HSV(B)190.59º17.71%75.29%-
XYZ41.1746.1956.62-
YUV178.31135.72113.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=29.48%
G=34.70%
B=35.82%

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
Decimal1581861920.180.0300.25190.5921.2568.63
Hex9EBAC0123019bf1545
Octal23627230022303127725105
Binary100111101011101011000000100101101100110111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,192); }

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

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

 a { background-color: rgb(158,186,192); }

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

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

 span { border-color: rgb(158,186,192); }

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