#9DB5BE

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

Shades of Casper #9DB5BE

Tints of Casper #9DB5BE

Color information

#9DB5BE (or 0x9DB5BE) is unknown color: approx Casper. HEX triplet: 9D, B5 and BE. RGB value is (157,181,190). Sum of RGB (Red+Green+Blue) = 157+181+190=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5BE is #624A41. Grayscale: #AEAEAE. Windows color (decimal): -6441538 or 12498333. OLE color: 12498333.

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

Color convert

RGB157181190-
CMYK0.170.0500.25
HSL196.36º20.25%68.04%-
HSV(B)196.36º17.37%74.51%-
XYZ39.7243.9355.1-
YUV174.85136.55115.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=29.73%
G=34.28%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571811900.170.0500.25196.3620.2568.04
Hex9DB5BE115019c41444
Octal23526527621503130424104
Binary1001110110110101101111101000110101100111000100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,190); }

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

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

 a { background-color: rgb(157,181,190); }

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

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

 span { border-color: rgb(157,181,190); }

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