#9DB9BE

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

Shades of Casper #9DB9BE

Tints of Casper #9DB9BE

Color information

#9DB9BE (or 0x9DB9BE) is unknown color: approx Casper. HEX triplet: 9D, B9 and BE. RGB value is (157,185,190). Sum of RGB (Red+Green+Blue) = 157+185+190=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB9BE is #624641. Grayscale: #B1B1B1. Windows color (decimal): -6440514 or 12499357. OLE color: 12499357.

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

Color convert

RGB157185190-
CMYK0.170.0300.25
HSL189.09º20.25%68.04%-
HSV(B)189.09º17.37%74.51%-
XYZ40.5545.5855.38-
YUV177.2135.22113.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=29.51%
G=34.77%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571851900.170.0300.25189.0920.2568.04
Hex9DB9BE113019bd1444
Octal23527127621303127524104
Binary100111011011100110111110100011101100110111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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