Shades of Conch #9FBCBB
Tints of Conch #9FBCBB
RGB
CMYK
RGB Variations
Color information
#9FBCBB (or 0x9FBCBB) is known color: Conch. HEX triplet: 9F, BC and BB. RGB value is (159,188,187). Sum of RGB (Red+Green+Blue) = 159+188+187=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCBB is #604344. Grayscale: #B3B3B3. Windows color (decimal): -6308677 or 12303519. OLE color: 12303519.
HSL color Cylindrical-coordinate representation of color #9FBCBB: hue angle of 177.93º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCBB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 187 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.26 |
| HSL | 177.93º | 0.18% | 0.68% | - |
| HSV(B) | 177.93º | 0.15% | 0.74% | - |
| XYZ | 41.25 | 46.93 | 53.9 | - |
| YUV | 179.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 187 | 0.15 | 0 | 0.01 | 0.26 | 177.93 | 0.18 | 0.68 |
| Hex | 9F | BC | BB | F | 0 | 1 | 1A | B2 | 12 | 44 |
| Octal | 237 | 274 | 273 | 17 | 0 | 1 | 32 | 262 | 22 | 104 |
| Binary | 10011111 | 10111100 | 10111011 | 1111 | 0 | 1 | 11010 | 10110010 | 10010 | 1000100 |
Color Harmonies of #9FBCBB
Complementary color
Monochromatic Colors of #9FBCBB
Black with #9FBCBB
Text Example
Text Example
White with #9FBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCBB; }
p { color: rgb(159,188,187); }
H1.HeaderClassName
{
color: #9FBCBB;
}
.AnyTagClassName
{
color: #9FBCBB;
}
</style>
background-color css
<style>
a { background-color: #9FBCBB; }
a { background-color: rgb(159,188,187); }
div.DivClassName
{
background-color: #9FBCBB;
}
.BgClassName
{
background-color: #9FBCBB;
}
</style>
border-color css
<style>
span { border-color: #9FBCBB; }
span { border-color: rgb(159,188,187); }
td.TdClassName
{
border-color: #9FBCBB;
}
.TagClassName
{
border-color: #9FBCBB;
}
</style>