Shades of Edward #9BB1A0
Tints of Edward #9BB1A0
RGB
CMYK
RGB Variations
Color information
#9BB1A0 (or 0x9BB1A0) is known color: Edward. HEX triplet: 9B, B1 and A0. RGB value is (155,177,160). Sum of RGB (Red+Green+Blue) = 155+177+160=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB1A0 is #644E5F. Grayscale: #A8A8A8. Windows color (decimal): -6573664 or 10531227. OLE color: 10531227.
HSL color Cylindrical-coordinate representation of color #9BB1A0: hue angle of 133.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB1A0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 160 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.31 |
| HSL | 133.64º | 0.12% | 0.65% | - |
| HSV(B) | 133.64º | 0.12% | 0.69% | - |
| XYZ | 35.58 | 40.95 | 39.29 | - |
| YUV | 168.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 160 | 0.12 | 0 | 0.10 | 0.31 | 133.64 | 0.12 | 0.65 |
| Hex | 9B | B1 | A0 | C | 0 | A | 1F | 86 | C | 41 |
| Octal | 233 | 261 | 240 | 14 | 0 | 12 | 37 | 206 | 14 | 101 |
| Binary | 10011011 | 10110001 | 10100000 | 1100 | 0 | 1010 | 11111 | 10000110 | 1100 | 1000001 |
Color Harmonies of #9BB1A0
Complementary color
Monochromatic Colors of #9BB1A0
Black with #9BB1A0
Text Example
Text Example
White with #9BB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1A0; }
p { color: rgb(155,177,160); }
H1.HeaderClassName
{
color: #9BB1A0;
}
.AnyTagClassName
{
color: #9BB1A0;
}
</style>
background-color css
<style>
a { background-color: #9BB1A0; }
a { background-color: rgb(155,177,160); }
div.DivClassName
{
background-color: #9BB1A0;
}
.BgClassName
{
background-color: #9BB1A0;
}
</style>
border-color css
<style>
span { border-color: #9BB1A0; }
span { border-color: rgb(155,177,160); }
td.TdClassName
{
border-color: #9BB1A0;
}
.TagClassName
{
border-color: #9BB1A0;
}
</style>