#9EB6BC

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

Shades of Casper #9EB6BC

Tints of Casper #9EB6BC

Color information

#9EB6BC (or 0x9EB6BC) is unknown color: approx Casper. HEX triplet: 9E, B6 and BC. RGB value is (158,182,188). Sum of RGB (Red+Green+Blue) = 158+182+188=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB6BC is #614943. Grayscale: #AFAFAF. Windows color (decimal): -6375748 or 12367518. OLE color: 12367518.

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

Color convert

RGB158182188-
CMYK0.160.0300.26
HSL192º18.29%67.84%-
HSV(B)192º15.96%73.73%-
XYZ39.9144.3654.04-
YUV175.51135.05115.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=29.92%
G=34.47%
B=35.61%

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
Decimal1581821880.160.0300.2619218.2967.84
Hex9EB6BC10301Ac01244
Octal23626627420303230022104
Binary100111101011011010111100100001101101011000000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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