#9DB7BE

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

Shades of Casper #9DB7BE

Tints of Casper #9DB7BE

Color information

#9DB7BE (or 0x9DB7BE) is unknown color: approx Casper. HEX triplet: 9D, B7 and BE. RGB value is (157,183,190). Sum of RGB (Red+Green+Blue) = 157+183+190=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB7BE is #624841. Grayscale: #AFAFAF. Windows color (decimal): -6441026 or 12498845. OLE color: 12498845.

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

Color convert

RGB157183190-
CMYK0.170.0400.25
HSL192.73º20.25%68.04%-
HSV(B)192.73º17.37%74.51%-
XYZ40.1344.7555.24-
YUV176.02135.89114.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.62%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=29.62%
G=34.53%
B=35.85%

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
Decimal1571831900.170.0400.25192.7320.2568.04
Hex9DB7BE114019c11444
Octal23526727621403130124104
Binary1001110110110111101111101000110001100111000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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