Shades of Conch #9BB7B4
Tints of Conch #9BB7B4
RGB
CMYK
RGB Variations
Color information
#9BB7B4 (or 0x9BB7B4) is known color: Conch. HEX triplet: 9B, B7 and B4. RGB value is (155,183,180). Sum of RGB (Red+Green+Blue) = 155+183+180=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7B4 is #64484B. Grayscale: #AEAEAE. Windows color (decimal): -6572108 or 11843483. OLE color: 11843483.
HSL color Cylindrical-coordinate representation of color #9BB7B4: hue angle of 173.57º 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 #9BB7B4 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 180 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.28 |
| HSL | 173.57º | 0.16% | 0.66% | - |
| HSV(B) | 173.57º | 0.15% | 0.72% | - |
| XYZ | 38.69 | 44.13 | 49.66 | - |
| YUV | 174.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 180 | 0.15 | 0 | 0.02 | 0.28 | 173.57 | 0.16 | 0.66 |
| Hex | 9B | B7 | B4 | F | 0 | 2 | 1C | AE | 10 | 42 |
| Octal | 233 | 267 | 264 | 17 | 0 | 2 | 34 | 256 | 20 | 102 |
| Binary | 10011011 | 10110111 | 10110100 | 1111 | 0 | 10 | 11100 | 10101110 | 10000 | 1000010 |
Color Harmonies of #9BB7B4
Complementary color
Monochromatic Colors of #9BB7B4
Black with #9BB7B4
Text Example
Text Example
White with #9BB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB7B4; }
p { color: rgb(155,183,180); }
H1.HeaderClassName
{
color: #9BB7B4;
}
.AnyTagClassName
{
color: #9BB7B4;
}
</style>
background-color css
<style>
a { background-color: #9BB7B4; }
a { background-color: rgb(155,183,180); }
div.DivClassName
{
background-color: #9BB7B4;
}
.BgClassName
{
background-color: #9BB7B4;
}
</style>
border-color css
<style>
span { border-color: #9BB7B4; }
span { border-color: rgb(155,183,180); }
td.TdClassName
{
border-color: #9BB7B4;
}
.TagClassName
{
border-color: #9BB7B4;
}
</style>