Shades of Edward #9BAFA0
Tints of Edward #9BAFA0
RGB
CMYK
RGB Variations
Color information
#9BAFA0 (or 0x9BAFA0) is known color: Edward. HEX triplet: 9B, AF and A0. RGB value is (155,175,160). Sum of RGB (Red+Green+Blue) = 155+175+160=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFA0 is #64505F. Grayscale: #A7A7A7. Windows color (decimal): -6574176 or 10530715. OLE color: 10530715.
HSL color Cylindrical-coordinate representation of color #9BAFA0: hue angle of 135º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAFA0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 160 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.31 |
| HSL | 135º | 0.11% | 0.65% | - |
| HSV(B) | 135º | 0.11% | 0.69% | - |
| XYZ | 35.19 | 40.17 | 39.16 | - |
| YUV | 167.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 160 | 0.11 | 0 | 0.09 | 0.31 | 135 | 0.11 | 0.65 |
| Hex | 9B | AF | A0 | B | 0 | 9 | 1F | 87 | B | 41 |
| Octal | 233 | 257 | 240 | 13 | 0 | 11 | 37 | 207 | 13 | 101 |
| Binary | 10011011 | 10101111 | 10100000 | 1011 | 0 | 1001 | 11111 | 10000111 | 1011 | 1000001 |
Color Harmonies of #9BAFA0
Complementary color
Monochromatic Colors of #9BAFA0
Black with #9BAFA0
Text Example
Text Example
White with #9BAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFA0; }
p { color: rgb(155,175,160); }
H1.HeaderClassName
{
color: #9BAFA0;
}
.AnyTagClassName
{
color: #9BAFA0;
}
</style>
background-color css
<style>
a { background-color: #9BAFA0; }
a { background-color: rgb(155,175,160); }
div.DivClassName
{
background-color: #9BAFA0;
}
.BgClassName
{
background-color: #9BAFA0;
}
</style>
border-color css
<style>
span { border-color: #9BAFA0; }
span { border-color: rgb(155,175,160); }
td.TdClassName
{
border-color: #9BAFA0;
}
.TagClassName
{
border-color: #9BAFA0;
}
</style>