Shades of Conch #9CBAB7
Tints of Conch #9CBAB7
RGB
CMYK
RGB Variations
Color information
#9CBAB7 (or 0x9CBAB7) is known color: Conch. HEX triplet: 9C, BA and B7. RGB value is (156,186,183). Sum of RGB (Red+Green+Blue) = 156+186+183=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAB7 is #634548. Grayscale: #B0B0B0. Windows color (decimal): -6505801 or 12040860. OLE color: 12040860.
HSL color Cylindrical-coordinate representation of color #9CBAB7: hue angle of 174º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBAB7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 156 | 186 | 183 | - |
CMYK | 0.16 | 0 | 0.02 | 0.27 |
HSL | 174º | 0.18% | 0.67% | - |
HSV(B) | 174º | 0.16% | 0.73% | - |
XYZ | 39.82 | 45.6 | 51.5 | - |
YUV | 176.69 | 131.56 | 113.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 186 | 183 | 0.16 | 0 | 0.02 | 0.27 | 174 | 0.18 | 0.67 |
Hex | 9C | BA | B7 | 10 | 0 | 2 | 1B | AE | 12 | 43 |
Octal | 234 | 272 | 267 | 20 | 0 | 2 | 33 | 256 | 22 | 103 |
Binary | 10011100 | 10111010 | 10110111 | 10000 | 0 | 10 | 11011 | 10101110 | 10010 | 1000011 |
Color Harmonies of #9CBAB7
Complementary color
Monochromatic Colors of #9CBAB7
Black with #9CBAB7
Text Example
Text Example
White with #9CBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAB7; }
p { color: rgb(156,186,183); }
H1.HeaderClassName
{
color: #9CBAB7;
}
.AnyTagClassName
{
color: #9CBAB7;
}
</style>
background-color css
<style>
a { background-color: #9CBAB7; }
a { background-color: rgb(156,186,183); }
div.DivClassName
{
background-color: #9CBAB7;
}
.BgClassName
{
background-color: #9CBAB7;
}
</style>
border-color css
<style>
span { border-color: #9CBAB7; }
span { border-color: rgb(156,186,183); }
td.TdClassName
{
border-color: #9CBAB7;
}
.TagClassName
{
border-color: #9CBAB7;
}
</style>