Shades of Conch #9CB6B5
Tints of Conch #9CB6B5
RGB
CMYK
RGB Variations
Color information
#9CB6B5 (or 0x9CB6B5) is known color: Conch. HEX triplet: 9C, B6 and B5. RGB value is (156,182,181). Sum of RGB (Red+Green+Blue) = 156+182+181=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6B5 is #63494A. Grayscale: #AEAEAE. Windows color (decimal): -6506827 or 11908764. OLE color: 11908764.
HSL color Cylindrical-coordinate representation of color #9CB6B5: hue angle of 177.69º degrees, saturation: 0.15, 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 #9CB6B5 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
RGB | 156 | 182 | 181 | - |
CMYK | 0.14 | 0 | 0.01 | 0.29 |
HSL | 177.69º | 0.15% | 0.66% | - |
HSV(B) | 177.69º | 0.14% | 0.71% | - |
XYZ | 38.78 | 43.86 | 50.14 | - |
YUV | 174.11 | 131.89 | 115.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 182 | 181 | 0.14 | 0 | 0.01 | 0.29 | 177.69 | 0.15 | 0.66 |
Hex | 9C | B6 | B5 | E | 0 | 1 | 1D | B2 | F | 42 |
Octal | 234 | 266 | 265 | 16 | 0 | 1 | 35 | 262 | 17 | 102 |
Binary | 10011100 | 10110110 | 10110101 | 1110 | 0 | 1 | 11101 | 10110010 | 1111 | 1000010 |
Color Harmonies of #9CB6B5
Complementary color
Monochromatic Colors of #9CB6B5
Black with #9CB6B5
Text Example
Text Example
White with #9CB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB6B5; }
p { color: rgb(156,182,181); }
H1.HeaderClassName
{
color: #9CB6B5;
}
.AnyTagClassName
{
color: #9CB6B5;
}
</style>
background-color css
<style>
a { background-color: #9CB6B5; }
a { background-color: rgb(156,182,181); }
div.DivClassName
{
background-color: #9CB6B5;
}
.BgClassName
{
background-color: #9CB6B5;
}
</style>
border-color css
<style>
span { border-color: #9CB6B5; }
span { border-color: rgb(156,182,181); }
td.TdClassName
{
border-color: #9CB6B5;
}
.TagClassName
{
border-color: #9CB6B5;
}
</style>