Shades of Nepal #8FAEBE
Tints of Nepal #8FAEBE
RGB
CMYK
RGB Variations
Color information
#8FAEBE (or 0x8FAEBE) is known color: Nepal. HEX triplet: 8F, AE and BE. RGB value is (143,174,190). Sum of RGB (Red+Green+Blue) = 143+174+190=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEBE is #705141. Grayscale: #A6A6A6. Windows color (decimal): -7360834 or 12496527. OLE color: 12496527.
HSL color Cylindrical-coordinate representation of color #8FAEBE: hue angle of 200.43º 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 #8FAEBE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 174 | 190 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.25 |
| HSL | 200.43º | 0.27% | 0.65% | - |
| HSV(B) | 200.43º | 0.25% | 0.75% | - |
| XYZ | 35.76 | 39.83 | 54.52 | - |
| YUV | 166.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 190 | 0.25 | 0.08 | 0 | 0.25 | 200.43 | 0.27 | 0.65 |
| Hex | 8F | AE | BE | 19 | 8 | 0 | 19 | C8 | 1B | 41 |
| Octal | 217 | 256 | 276 | 31 | 10 | 0 | 31 | 310 | 33 | 101 |
| Binary | 10001111 | 10101110 | 10111110 | 11001 | 1000 | 0 | 11001 | 11001000 | 11011 | 1000001 |
Color Harmonies of #8FAEBE
Complementary color
Monochromatic Colors of #8FAEBE
Black with #8FAEBE
Text Example
Text Example
White with #8FAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEBE; }
p { color: rgb(143,174,190); }
H1.HeaderClassName
{
color: #8FAEBE;
}
.AnyTagClassName
{
color: #8FAEBE;
}
</style>
background-color css
<style>
a { background-color: #8FAEBE; }
a { background-color: rgb(143,174,190); }
div.DivClassName
{
background-color: #8FAEBE;
}
.BgClassName
{
background-color: #8FAEBE;
}
</style>
border-color css
<style>
span { border-color: #8FAEBE; }
span { border-color: rgb(143,174,190); }
td.TdClassName
{
border-color: #8FAEBE;
}
.TagClassName
{
border-color: #8FAEBE;
}
</style>