#9EB3BC

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

Shades of Casper #9EB3BC

Tints of Casper #9EB3BC

Color information

#9EB3BC (or 0x9EB3BC) is unknown color: approx Casper. HEX triplet: 9E, B3 and BC. RGB value is (158,179,188). Sum of RGB (Red+Green+Blue) = 158+179+188=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB3BC is #614C43. Grayscale: #ADADAD. Windows color (decimal): -6376516 or 12366750. OLE color: 12366750.

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

Color convert

RGB158179188-
CMYK0.160.0500.26
HSL198º18.29%67.84%-
HSV(B)198º15.96%73.73%-
XYZ39.343.1453.83-
YUV173.75136.04116.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=30.10%
G=34.10%
B=35.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581791880.160.0500.2619818.2967.84
Hex9EB3BC10501Ac61244
Octal23626327420503230622104
Binary1001111010110011101111001000010101101011000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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