Shades of Conch #99BBBB
Tints of Conch #99BBBB
RGB
CMYK
RGB Variations
Color information
#99BBBB (or 0x99BBBB) is known color: Conch. HEX triplet: 99, BB and BB. RGB value is (153,187,187). Sum of RGB (Red+Green+Blue) = 153+187+187=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #99BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBBB is #664444. Grayscale: #B0B0B0. Windows color (decimal): -6702149 or 12303257. OLE color: 12303257.
HSL color Cylindrical-coordinate representation of color #99BBBB: hue angle of 180º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBBB is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 187 | - |
| CMYK | 0.18 | 0 | 0 | 0.27 |
| HSL | 180º | 0.2% | 0.67% | - |
| HSV(B) | 180º | 0.18% | 0.73% | - |
| XYZ | 39.88 | 45.9 | 53.77 | - |
| YUV | 176.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 187 | 0.18 | 0 | 0 | 0.27 | 180 | 0.2 | 0.67 |
| Hex | 99 | BB | BB | 12 | 0 | 0 | 1B | B4 | 14 | 43 |
| Octal | 231 | 273 | 273 | 22 | 0 | 0 | 33 | 264 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10111011 | 10010 | 0 | 0 | 11011 | 10110100 | 10100 | 1000011 |
Color Harmonies of #99BBBB
Complementary color
Monochromatic Colors of #99BBBB
Black with #99BBBB
Text Example
Text Example
White with #99BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBBB; }
p { color: rgb(153,187,187); }
H1.HeaderClassName
{
color: #99BBBB;
}
.AnyTagClassName
{
color: #99BBBB;
}
</style>
background-color css
<style>
a { background-color: #99BBBB; }
a { background-color: rgb(153,187,187); }
div.DivClassName
{
background-color: #99BBBB;
}
.BgClassName
{
background-color: #99BBBB;
}
</style>
border-color css
<style>
span { border-color: #99BBBB; }
span { border-color: rgb(153,187,187); }
td.TdClassName
{
border-color: #99BBBB;
}
.TagClassName
{
border-color: #99BBBB;
}
</style>