#9EB7BC

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

Shades of Casper #9EB7BC

Tints of Casper #9EB7BC

Color information

#9EB7BC (or 0x9EB7BC) is unknown color: approx Casper. HEX triplet: 9E, B7 and BC. RGB value is (158,183,188). Sum of RGB (Red+Green+Blue) = 158+183+188=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB7BC is #614843. Grayscale: #B0B0B0. Windows color (decimal): -6375492 or 12367774. OLE color: 12367774.

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

Color convert

RGB158183188-
CMYK0.160.0300.26
HSL190º18.29%67.84%-
HSV(B)190º15.96%73.73%-
XYZ40.1144.7754.1-
YUV176.09134.72115.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=29.87%
G=34.59%
B=35.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581831880.160.0300.2619018.2967.84
Hex9EB7BC10301Abe1244
Octal23626727420303227622104
Binary100111101011011110111100100001101101010111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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