Shades of Conch #9CB8B5
Tints of Conch #9CB8B5
RGB
CMYK
RGB Variations
Color information
#9CB8B5 (or 0x9CB8B5) is known color: Conch. HEX triplet: 9C, B8 and B5. RGB value is (156,184,181). Sum of RGB (Red+Green+Blue) = 156+184+181=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB8B5 is #63474A. Grayscale: #AFAFAF. Windows color (decimal): -6506315 or 11909276. OLE color: 11909276.
HSL color Cylindrical-coordinate representation of color #9CB8B5: hue angle of 173.57º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB8B5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 181 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.28 |
| HSL | 173.57º | 0.16% | 0.67% | - |
| HSV(B) | 173.57º | 0.15% | 0.72% | - |
| XYZ | 39.19 | 44.69 | 50.28 | - |
| YUV | 175.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 181 | 0.15 | 0 | 0.02 | 0.28 | 173.57 | 0.16 | 0.67 |
| Hex | 9C | B8 | B5 | F | 0 | 2 | 1C | AE | 10 | 43 |
| Octal | 234 | 270 | 265 | 17 | 0 | 2 | 34 | 256 | 20 | 103 |
| Binary | 10011100 | 10111000 | 10110101 | 1111 | 0 | 10 | 11100 | 10101110 | 10000 | 1000011 |
Color Harmonies of #9CB8B5
Complementary color
Monochromatic Colors of #9CB8B5
Black with #9CB8B5
Text Example
Text Example
White with #9CB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB8B5; }
p { color: rgb(156,184,181); }
H1.HeaderClassName
{
color: #9CB8B5;
}
.AnyTagClassName
{
color: #9CB8B5;
}
</style>
background-color css
<style>
a { background-color: #9CB8B5; }
a { background-color: rgb(156,184,181); }
div.DivClassName
{
background-color: #9CB8B5;
}
.BgClassName
{
background-color: #9CB8B5;
}
</style>
border-color css
<style>
span { border-color: #9CB8B5; }
span { border-color: rgb(156,184,181); }
td.TdClassName
{
border-color: #9CB8B5;
}
.TagClassName
{
border-color: #9CB8B5;
}
</style>