Shades of Conch #9DBAB9
Tints of Conch #9DBAB9
RGB
CMYK
RGB Variations
Color information
#9DBAB9 (or 0x9DBAB9) is known color: Conch. HEX triplet: 9D, BA and B9. RGB value is (157,186,185). Sum of RGB (Red+Green+Blue) = 157+186+185=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB9 is #624546. Grayscale: #B1B1B1. Windows color (decimal): -6440263 or 12171933. OLE color: 12171933.
HSL color Cylindrical-coordinate representation of color #9DBAB9: hue angle of 177.93º 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 #9DBAB9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 185 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.27 |
| HSL | 177.93º | 0.17% | 0.67% | - |
| HSV(B) | 177.93º | 0.16% | 0.73% | - |
| XYZ | 40.22 | 45.79 | 52.62 | - |
| YUV | 177.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 185 | 0.16 | 0 | 0.01 | 0.27 | 177.93 | 0.17 | 0.67 |
| Hex | 9D | BA | B9 | 10 | 0 | 1 | 1B | B2 | 11 | 43 |
| Octal | 235 | 272 | 271 | 20 | 0 | 1 | 33 | 262 | 21 | 103 |
| Binary | 10011101 | 10111010 | 10111001 | 10000 | 0 | 1 | 11011 | 10110010 | 10001 | 1000011 |
Color Harmonies of #9DBAB9
Complementary color
Monochromatic Colors of #9DBAB9
Black with #9DBAB9
Text Example
Text Example
White with #9DBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAB9; }
p { color: rgb(157,186,185); }
H1.HeaderClassName
{
color: #9DBAB9;
}
.AnyTagClassName
{
color: #9DBAB9;
}
</style>
background-color css
<style>
a { background-color: #9DBAB9; }
a { background-color: rgb(157,186,185); }
div.DivClassName
{
background-color: #9DBAB9;
}
.BgClassName
{
background-color: #9DBAB9;
}
</style>
border-color css
<style>
span { border-color: #9DBAB9; }
span { border-color: rgb(157,186,185); }
td.TdClassName
{
border-color: #9DBAB9;
}
.TagClassName
{
border-color: #9DBAB9;
}
</style>