Shades of Conch #9BBBBB
Tints of Conch #9BBBBB
RGB
CMYK
RGB Variations
Color information
#9BBBBB (or 0x9BBBBB) is known color: Conch. HEX triplet: 9B, BB and BB. RGB value is (155,187,187). Sum of RGB (Red+Green+Blue) = 155+187+187=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #9BBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBBB is #644444. Grayscale: #B1B1B1. Windows color (decimal): -6571077 or 12303259. OLE color: 12303259.
HSL color Cylindrical-coordinate representation of color #9BBBBB: hue angle of 180º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BBBBB is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 187 | - |
| CMYK | 0.17 | 0 | 0 | 0.27 |
| HSL | 180º | 0.19% | 0.67% | - |
| HSV(B) | 180º | 0.17% | 0.73% | - |
| XYZ | 40.26 | 46.1 | 53.79 | - |
| YUV | 177.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 187 | 0.17 | 0 | 0 | 0.27 | 180 | 0.19 | 0.67 |
| Hex | 9B | BB | BB | 11 | 0 | 0 | 1B | B4 | 13 | 43 |
| Octal | 233 | 273 | 273 | 21 | 0 | 0 | 33 | 264 | 23 | 103 |
| Binary | 10011011 | 10111011 | 10111011 | 10001 | 0 | 0 | 11011 | 10110100 | 10011 | 1000011 |
Color Harmonies of #9BBBBB
Complementary color
Monochromatic Colors of #9BBBBB
Black with #9BBBBB
Text Example
Text Example
White with #9BBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBBB; }
p { color: rgb(155,187,187); }
H1.HeaderClassName
{
color: #9BBBBB;
}
.AnyTagClassName
{
color: #9BBBBB;
}
</style>
background-color css
<style>
a { background-color: #9BBBBB; }
a { background-color: rgb(155,187,187); }
div.DivClassName
{
background-color: #9BBBBB;
}
.BgClassName
{
background-color: #9BBBBB;
}
</style>
border-color css
<style>
span { border-color: #9BBBBB; }
span { border-color: rgb(155,187,187); }
td.TdClassName
{
border-color: #9BBBBB;
}
.TagClassName
{
border-color: #9BBBBB;
}
</style>