#9DB6BA

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

Shades of Casper #9DB6BA

Tints of Casper #9DB6BA

Color information

#9DB6BA (or 0x9DB6BA) is unknown color: approx Casper. HEX triplet: 9D, B6 and BA. RGB value is (157,182,186). Sum of RGB (Red+Green+Blue) = 157+182+186=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB6BA is #624945. Grayscale: #AEAEAE. Windows color (decimal): -6441286 or 12236445. OLE color: 12236445.

HSL color Cylindrical-coordinate representation of color #9DB6BA: hue angle of 188.28º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB6BA is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157182186-
CMYK0.160.0200.27
HSL188.28º17.37%67.25%-
HSV(B)188.28º15.59%72.94%-
XYZ39.544.1752.9-
YUV174.98134.22115.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.90%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=29.90%
G=34.67%
B=35.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571821860.160.0200.27188.2817.3767.25
Hex9DB6BA10201Bbc1143
Octal23526627220203327421103
Binary100111011011011010111010100001001101110111100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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