Shades of Conch #9CB5B1
Tints of Conch #9CB5B1
RGB
CMYK
RGB Variations
Color information
#9CB5B1 (or 0x9CB5B1) is known color: Conch. HEX triplet: 9C, B5 and B1. RGB value is (156,181,177). Sum of RGB (Red+Green+Blue) = 156+181+177=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB5B1 is #634A4E. Grayscale: #ADADAD. Windows color (decimal): -6507087 or 11646364. OLE color: 11646364.
HSL color Cylindrical-coordinate representation of color #9CB5B1: hue angle of 170.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CB5B1 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 177 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.29 |
| HSL | 170.4º | 0.14% | 0.66% | - |
| HSV(B) | 170.4º | 0.14% | 0.71% | - |
| XYZ | 38.17 | 43.29 | 47.94 | - |
| YUV | 173.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 177 | 0.14 | 0 | 0.02 | 0.29 | 170.4 | 0.14 | 0.66 |
| Hex | 9C | B5 | B1 | E | 0 | 2 | 1D | AA | E | 42 |
| Octal | 234 | 265 | 261 | 16 | 0 | 2 | 35 | 252 | 16 | 102 |
| Binary | 10011100 | 10110101 | 10110001 | 1110 | 0 | 10 | 11101 | 10101010 | 1110 | 1000010 |
Color Harmonies of #9CB5B1
Complementary color
Monochromatic Colors of #9CB5B1
Black with #9CB5B1
Text Example
Text Example
White with #9CB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB5B1; }
p { color: rgb(156,181,177); }
H1.HeaderClassName
{
color: #9CB5B1;
}
.AnyTagClassName
{
color: #9CB5B1;
}
</style>
background-color css
<style>
a { background-color: #9CB5B1; }
a { background-color: rgb(156,181,177); }
div.DivClassName
{
background-color: #9CB5B1;
}
.BgClassName
{
background-color: #9CB5B1;
}
</style>
border-color css
<style>
span { border-color: #9CB5B1; }
span { border-color: rgb(156,181,177); }
td.TdClassName
{
border-color: #9CB5B1;
}
.TagClassName
{
border-color: #9CB5B1;
}
</style>