Shades of Conch #9FBAB9
Tints of Conch #9FBAB9
RGB
CMYK
RGB Variations
Color information
#9FBAB9 (or 0x9FBAB9) is known color: Conch. HEX triplet: 9F, BA and B9. RGB value is (159,186,185). Sum of RGB (Red+Green+Blue) = 159+186+185=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB9 is #604546. Grayscale: #B1B1B1. Windows color (decimal): -6309191 or 12171935. OLE color: 12171935.
HSL color Cylindrical-coordinate representation of color #9FBAB9: hue angle of 177.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 185 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.27 |
| HSL | 177.78º | 0.16% | 0.68% | - |
| HSV(B) | 177.78º | 0.15% | 0.73% | - |
| XYZ | 40.61 | 45.99 | 52.64 | - |
| YUV | 177.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 185 | 0.15 | 0 | 0.01 | 0.27 | 177.78 | 0.16 | 0.68 |
| Hex | 9F | BA | B9 | F | 0 | 1 | 1B | B2 | 10 | 44 |
| Octal | 237 | 272 | 271 | 17 | 0 | 1 | 33 | 262 | 20 | 104 |
| Binary | 10011111 | 10111010 | 10111001 | 1111 | 0 | 1 | 11011 | 10110010 | 10000 | 1000100 |
Color Harmonies of #9FBAB9
Complementary color
Monochromatic Colors of #9FBAB9
Black with #9FBAB9
Text Example
Text Example
White with #9FBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBAB9; }
p { color: rgb(159,186,185); }
H1.HeaderClassName
{
color: #9FBAB9;
}
.AnyTagClassName
{
color: #9FBAB9;
}
</style>
background-color css
<style>
a { background-color: #9FBAB9; }
a { background-color: rgb(159,186,185); }
div.DivClassName
{
background-color: #9FBAB9;
}
.BgClassName
{
background-color: #9FBAB9;
}
</style>
border-color css
<style>
span { border-color: #9FBAB9; }
span { border-color: rgb(159,186,185); }
td.TdClassName
{
border-color: #9FBAB9;
}
.TagClassName
{
border-color: #9FBAB9;
}
</style>