Shades of Nepal #8FAABE
Tints of Nepal #8FAABE
RGB
CMYK
RGB Variations
Color information
#8FAABE (or 0x8FAABE) is known color: Nepal. HEX triplet: 8F, AA and BE. RGB value is (143,170,190). Sum of RGB (Red+Green+Blue) = 143+170+190=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAABE is #705541. Grayscale: #A4A4A4. Windows color (decimal): -7361858 or 12495503. OLE color: 12495503.
HSL color Cylindrical-coordinate representation of color #8FAABE: hue angle of 205.53º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FAABE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 170 | 190 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.25 |
| HSL | 205.53º | 0.27% | 0.65% | - |
| HSV(B) | 205.53º | 0.25% | 0.75% | - |
| XYZ | 35 | 38.31 | 54.26 | - |
| YUV | 164.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 190 | 0.25 | 0.11 | 0 | 0.25 | 205.53 | 0.27 | 0.65 |
| Hex | 8F | AA | BE | 19 | B | 0 | 19 | CE | 1B | 41 |
| Octal | 217 | 252 | 276 | 31 | 13 | 0 | 31 | 316 | 33 | 101 |
| Binary | 10001111 | 10101010 | 10111110 | 11001 | 1011 | 0 | 11001 | 11001110 | 11011 | 1000001 |
Color Harmonies of #8FAABE
Complementary color
Monochromatic Colors of #8FAABE
Black with #8FAABE
Text Example
Text Example
White with #8FAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAABE; }
p { color: rgb(143,170,190); }
H1.HeaderClassName
{
color: #8FAABE;
}
.AnyTagClassName
{
color: #8FAABE;
}
</style>
background-color css
<style>
a { background-color: #8FAABE; }
a { background-color: rgb(143,170,190); }
div.DivClassName
{
background-color: #8FAABE;
}
.BgClassName
{
background-color: #8FAABE;
}
</style>
border-color css
<style>
span { border-color: #8FAABE; }
span { border-color: rgb(143,170,190); }
td.TdClassName
{
border-color: #8FAABE;
}
.TagClassName
{
border-color: #8FAABE;
}
</style>