Shades of Nepal #8FAEBF
Tints of Nepal #8FAEBF
RGB
CMYK
RGB Variations
Color information
#8FAEBF (or 0x8FAEBF) is known color: Nepal. HEX triplet: 8F, AE and BF. RGB value is (143,174,191). Sum of RGB (Red+Green+Blue) = 143+174+191=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEBF is #705140. Grayscale: #A6A6A6. Windows color (decimal): -7360833 or 12562063. OLE color: 12562063.
HSL color Cylindrical-coordinate representation of color #8FAEBF: hue angle of 201.25º 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 #8FAEBF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 174 | 191 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.25 |
| HSL | 201.25º | 0.27% | 0.65% | - |
| HSV(B) | 201.25º | 0.25% | 0.75% | - |
| XYZ | 35.87 | 39.87 | 55.1 | - |
| YUV | 166.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 191 | 0.25 | 0.09 | 0 | 0.25 | 201.25 | 0.27 | 0.65 |
| Hex | 8F | AE | BF | 19 | 9 | 0 | 19 | C9 | 1B | 41 |
| Octal | 217 | 256 | 277 | 31 | 11 | 0 | 31 | 311 | 33 | 101 |
| Binary | 10001111 | 10101110 | 10111111 | 11001 | 1001 | 0 | 11001 | 11001001 | 11011 | 1000001 |
Color Harmonies of #8FAEBF
Complementary color
Monochromatic Colors of #8FAEBF
Black with #8FAEBF
Text Example
Text Example
White with #8FAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEBF; }
p { color: rgb(143,174,191); }
H1.HeaderClassName
{
color: #8FAEBF;
}
.AnyTagClassName
{
color: #8FAEBF;
}
</style>
background-color css
<style>
a { background-color: #8FAEBF; }
a { background-color: rgb(143,174,191); }
div.DivClassName
{
background-color: #8FAEBF;
}
.BgClassName
{
background-color: #8FAEBF;
}
</style>
border-color css
<style>
span { border-color: #8FAEBF; }
span { border-color: rgb(143,174,191); }
td.TdClassName
{
border-color: #8FAEBF;
}
.TagClassName
{
border-color: #8FAEBF;
}
</style>