Shades of Nepal #8FACBD
Tints of Nepal #8FACBD
RGB
CMYK
RGB Variations
Color information
#8FACBD (or 0x8FACBD) is known color: Nepal. HEX triplet: 8F, AC and BD. RGB value is (143,172,189). Sum of RGB (Red+Green+Blue) = 143+172+189=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACBD is #705342. Grayscale: #A5A5A5. Windows color (decimal): -7361347 or 12430479. OLE color: 12430479.
HSL color Cylindrical-coordinate representation of color #8FACBD: hue angle of 202.17º degrees, saturation: 0.26, 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 #8FACBD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 172 | 189 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.26 |
| HSL | 202.17º | 0.26% | 0.65% | - |
| HSV(B) | 202.17º | 0.24% | 0.74% | - |
| XYZ | 35.27 | 39.02 | 53.82 | - |
| YUV | 165.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 189 | 0.24 | 0.09 | 0 | 0.26 | 202.17 | 0.26 | 0.65 |
| Hex | 8F | AC | BD | 18 | 9 | 0 | 1A | CA | 1A | 41 |
| Octal | 217 | 254 | 275 | 30 | 11 | 0 | 32 | 312 | 32 | 101 |
| Binary | 10001111 | 10101100 | 10111101 | 11000 | 1001 | 0 | 11010 | 11001010 | 11010 | 1000001 |
Color Harmonies of #8FACBD
Complementary color
Monochromatic Colors of #8FACBD
Black with #8FACBD
Text Example
Text Example
White with #8FACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACBD; }
p { color: rgb(143,172,189); }
H1.HeaderClassName
{
color: #8FACBD;
}
.AnyTagClassName
{
color: #8FACBD;
}
</style>
background-color css
<style>
a { background-color: #8FACBD; }
a { background-color: rgb(143,172,189); }
div.DivClassName
{
background-color: #8FACBD;
}
.BgClassName
{
background-color: #8FACBD;
}
</style>
border-color css
<style>
span { border-color: #8FACBD; }
span { border-color: rgb(143,172,189); }
td.TdClassName
{
border-color: #8FACBD;
}
.TagClassName
{
border-color: #8FACBD;
}
</style>