#9EB7BE

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

Shades of Casper #9EB7BE

Tints of Casper #9EB7BE

Color information

#9EB7BE (or 0x9EB7BE) is unknown color: approx Casper. HEX triplet: 9E, B7 and BE. RGB value is (158,183,190). Sum of RGB (Red+Green+Blue) = 158+183+190=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #9EB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB7BE is #614841. Grayscale: #B0B0B0. Windows color (decimal): -6375490 or 12498846. OLE color: 12498846.

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

Color convert

RGB158183190-
CMYK0.170.0400.25
HSL193.12º19.75%68.24%-
HSV(B)193.12º16.84%74.51%-
XYZ40.3344.8555.25-
YUV176.32135.72114.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=29.76%
G=34.46%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581831900.170.0400.25193.1219.7568.24
Hex9EB7BE114019c11444
Octal23626727621403130124104
Binary1001111010110111101111101000110001100111000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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