#9EB9BE

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

Shades of Casper #9EB9BE

Tints of Casper #9EB9BE

Color information

#9EB9BE (or 0x9EB9BE) is unknown color: approx Casper. HEX triplet: 9E, B9 and BE. RGB value is (158,185,190). Sum of RGB (Red+Green+Blue) = 158+185+190=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB9BE is #614641. Grayscale: #B1B1B1. Windows color (decimal): -6374978 or 12499358. OLE color: 12499358.

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

Color convert

RGB158185190-
CMYK0.170.0300.25
HSL189.38º19.75%68.24%-
HSV(B)189.38º16.84%74.51%-
XYZ40.7445.6855.39-
YUV177.5135.05114.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=29.64%
G=34.71%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581851900.170.0300.25189.3819.7568.24
Hex9EB9BE113019bd1444
Octal23627127621303127524104
Binary100111101011100110111110100011101100110111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,190); }

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

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

 a { background-color: rgb(158,185,190); }

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

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

 span { border-color: rgb(158,185,190); }

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