Shades of Conch #9FBBBA
Tints of Conch #9FBBBA
RGB
CMYK
RGB Variations
Color information
#9FBBBA (or 0x9FBBBA) is known color: Conch. HEX triplet: 9F, BB and BA. RGB value is (159,187,186). Sum of RGB (Red+Green+Blue) = 159+187+186=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBBA is #604445. Grayscale: #B2B2B2. Windows color (decimal): -6308934 or 12237727. OLE color: 12237727.
HSL color Cylindrical-coordinate representation of color #9FBBBA: hue angle of 177.86º degrees, saturation: 0.17, 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 #9FBBBA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 187 | 186 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.27 |
| HSL | 177.86º | 0.17% | 0.68% | - |
| HSV(B) | 177.86º | 0.15% | 0.73% | - |
| XYZ | 40.93 | 46.46 | 53.26 | - |
| YUV | 178.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 186 | 0.15 | 0 | 0.01 | 0.27 | 177.86 | 0.17 | 0.68 |
| Hex | 9F | BB | BA | F | 0 | 1 | 1B | B2 | 11 | 44 |
| Octal | 237 | 273 | 272 | 17 | 0 | 1 | 33 | 262 | 21 | 104 |
| Binary | 10011111 | 10111011 | 10111010 | 1111 | 0 | 1 | 11011 | 10110010 | 10001 | 1000100 |
Color Harmonies of #9FBBBA
Complementary color
Monochromatic Colors of #9FBBBA
Black with #9FBBBA
Text Example
Text Example
White with #9FBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBBA; }
p { color: rgb(159,187,186); }
H1.HeaderClassName
{
color: #9FBBBA;
}
.AnyTagClassName
{
color: #9FBBBA;
}
</style>
background-color css
<style>
a { background-color: #9FBBBA; }
a { background-color: rgb(159,187,186); }
div.DivClassName
{
background-color: #9FBBBA;
}
.BgClassName
{
background-color: #9FBBBA;
}
</style>
border-color css
<style>
span { border-color: #9FBBBA; }
span { border-color: rgb(159,187,186); }
td.TdClassName
{
border-color: #9FBBBA;
}
.TagClassName
{
border-color: #9FBBBA;
}
</style>