Shades of Conch #9CB7B1
Tints of Conch #9CB7B1
RGB
CMYK
RGB Variations
Color information
#9CB7B1 (or 0x9CB7B1) is known color: Conch. HEX triplet: 9C, B7 and B1. RGB value is (156,183,177). Sum of RGB (Red+Green+Blue) = 156+183+177=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB7B1 is #63484E. Grayscale: #AEAEAE. Windows color (decimal): -6506575 or 11646876. OLE color: 11646876.
HSL color Cylindrical-coordinate representation of color #9CB7B1: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB7B1 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 177 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.28 |
| HSL | 166.67º | 0.16% | 0.66% | - |
| HSV(B) | 166.67º | 0.15% | 0.72% | - |
| XYZ | 38.58 | 44.11 | 48.08 | - |
| YUV | 174.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 177 | 0.15 | 0 | 0.03 | 0.28 | 166.67 | 0.16 | 0.66 |
| Hex | 9C | B7 | B1 | F | 0 | 3 | 1C | A7 | 10 | 42 |
| Octal | 234 | 267 | 261 | 17 | 0 | 3 | 34 | 247 | 20 | 102 |
| Binary | 10011100 | 10110111 | 10110001 | 1111 | 0 | 11 | 11100 | 10100111 | 10000 | 1000010 |
Color Harmonies of #9CB7B1
Complementary color
Monochromatic Colors of #9CB7B1
Black with #9CB7B1
Text Example
Text Example
White with #9CB7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB7B1; }
p { color: rgb(156,183,177); }
H1.HeaderClassName
{
color: #9CB7B1;
}
.AnyTagClassName
{
color: #9CB7B1;
}
</style>
background-color css
<style>
a { background-color: #9CB7B1; }
a { background-color: rgb(156,183,177); }
div.DivClassName
{
background-color: #9CB7B1;
}
.BgClassName
{
background-color: #9CB7B1;
}
</style>
border-color css
<style>
span { border-color: #9CB7B1; }
span { border-color: rgb(156,183,177); }
td.TdClassName
{
border-color: #9CB7B1;
}
.TagClassName
{
border-color: #9CB7B1;
}
</style>