Shades of Nepal #8FABBC
Tints of Nepal #8FABBC
RGB
CMYK
RGB Variations
Color information
#8FABBC (or 0x8FABBC) is known color: Nepal. HEX triplet: 8F, AB and BC. RGB value is (143,171,188). Sum of RGB (Red+Green+Blue) = 143+171+188=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABBC is #705443. Grayscale: #A4A4A4. Windows color (decimal): -7361604 or 12364687. OLE color: 12364687.
HSL color Cylindrical-coordinate representation of color #8FABBC: hue angle of 202.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FABBC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 171 | 188 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.26 |
| HSL | 202.67º | 0.25% | 0.65% | - |
| HSV(B) | 202.67º | 0.24% | 0.74% | - |
| XYZ | 34.97 | 38.6 | 53.18 | - |
| YUV | 164.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 188 | 0.24 | 0.09 | 0 | 0.26 | 202.67 | 0.25 | 0.65 |
| Hex | 8F | AB | BC | 18 | 9 | 0 | 1A | CB | 19 | 41 |
| Octal | 217 | 253 | 274 | 30 | 11 | 0 | 32 | 313 | 31 | 101 |
| Binary | 10001111 | 10101011 | 10111100 | 11000 | 1001 | 0 | 11010 | 11001011 | 11001 | 1000001 |
Color Harmonies of #8FABBC
Complementary color
Monochromatic Colors of #8FABBC
Black with #8FABBC
Text Example
Text Example
White with #8FABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABBC; }
p { color: rgb(143,171,188); }
H1.HeaderClassName
{
color: #8FABBC;
}
.AnyTagClassName
{
color: #8FABBC;
}
</style>
background-color css
<style>
a { background-color: #8FABBC; }
a { background-color: rgb(143,171,188); }
div.DivClassName
{
background-color: #8FABBC;
}
.BgClassName
{
background-color: #8FABBC;
}
</style>
border-color css
<style>
span { border-color: #8FABBC; }
span { border-color: rgb(143,171,188); }
td.TdClassName
{
border-color: #8FABBC;
}
.TagClassName
{
border-color: #8FABBC;
}
</style>