#9DB6BE

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

Shades of Casper #9DB6BE

Tints of Casper #9DB6BE

Color information

#9DB6BE (or 0x9DB6BE) is unknown color: approx Casper. HEX triplet: 9D, B6 and BE. RGB value is (157,182,190). Sum of RGB (Red+Green+Blue) = 157+182+190=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #9DB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6BE is #624941. Grayscale: #AFAFAF. Windows color (decimal): -6441282 or 12498589. OLE color: 12498589.

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

Color convert

RGB157182190-
CMYK0.170.0400.25
HSL194.55º20.25%68.04%-
HSV(B)194.55º17.37%74.51%-
XYZ39.9344.3455.17-
YUV175.44136.22114.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=29.68%
G=34.40%
B=35.92%

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
Decimal1571821900.170.0400.25194.5520.2568.04
Hex9DB6BE114019c31444
Octal23526627621403130324104
Binary1001110110110110101111101000110001100111000011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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