#9EB8BE

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

Shades of Casper #9EB8BE

Tints of Casper #9EB8BE

Color information

#9EB8BE (or 0x9EB8BE) is unknown color: approx Casper. HEX triplet: 9E, B8 and BE. RGB value is (158,184,190). Sum of RGB (Red+Green+Blue) = 158+184+190=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB8BE is #614741. Grayscale: #B0B0B0. Windows color (decimal): -6375234 or 12499102. OLE color: 12499102.

HSL color Cylindrical-coordinate representation of color #9EB8BE: hue angle of 191.25º 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 #9EB8BE is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158184190-
CMYK0.170.0300.25
HSL191.25º19.75%68.24%-
HSV(B)191.25º16.84%74.51%-
XYZ40.5445.2755.32-
YUV176.91135.39114.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=29.70%
G=34.59%
B=35.71%

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
Decimal1581841900.170.0300.25191.2519.7568.24
Hex9EB8BE113019bf1444
Octal23627027621303127724104
Binary100111101011100010111110100011101100110111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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