Shades of Nepal #8FAAB9
Tints of Nepal #8FAAB9
RGB
CMYK
RGB Variations
Color information
#8FAAB9 (or 0x8FAAB9) is known color: Nepal. HEX triplet: 8F, AA and B9. RGB value is (143,170,185). Sum of RGB (Red+Green+Blue) = 143+170+185=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 185 - color contains mainly: blue. Hex color #8FAAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAB9 is #705546. Grayscale: #A3A3A3. Windows color (decimal): -7361863 or 12167823. OLE color: 12167823.
HSL color Cylindrical-coordinate representation of color #8FAAB9: hue angle of 201.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FAAB9 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 170 | 185 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.27 |
| HSL | 201.43º | 0.23% | 0.64% | - |
| HSV(B) | 201.43º | 0.23% | 0.73% | - |
| XYZ | 34.46 | 38.09 | 51.44 | - |
| YUV | 163.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 185 | 0.23 | 0.08 | 0 | 0.27 | 201.43 | 0.23 | 0.64 |
| Hex | 8F | AA | B9 | 17 | 8 | 0 | 1B | C9 | 17 | 40 |
| Octal | 217 | 252 | 271 | 27 | 10 | 0 | 33 | 311 | 27 | 100 |
| Binary | 10001111 | 10101010 | 10111001 | 10111 | 1000 | 0 | 11011 | 11001001 | 10111 | 1000000 |
Color Harmonies of #8FAAB9
Complementary color
Monochromatic Colors of #8FAAB9
Black with #8FAAB9
Text Example
Text Example
White with #8FAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAB9; }
p { color: rgb(143,170,185); }
H1.HeaderClassName
{
color: #8FAAB9;
}
.AnyTagClassName
{
color: #8FAAB9;
}
</style>
background-color css
<style>
a { background-color: #8FAAB9; }
a { background-color: rgb(143,170,185); }
div.DivClassName
{
background-color: #8FAAB9;
}
.BgClassName
{
background-color: #8FAAB9;
}
</style>
border-color css
<style>
span { border-color: #8FAAB9; }
span { border-color: rgb(143,170,185); }
td.TdClassName
{
border-color: #8FAAB9;
}
.TagClassName
{
border-color: #8FAAB9;
}
</style>