Shades of Nepal #8FADBC
Tints of Nepal #8FADBC
RGB
CMYK
RGB Variations
Color information
#8FADBC (or 0x8FADBC) is known color: Nepal. HEX triplet: 8F, AD and BC. RGB value is (143,173,188). Sum of RGB (Red+Green+Blue) = 143+173+188=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADBC is #705243. Grayscale: #A5A5A5. Windows color (decimal): -7361092 or 12365199. OLE color: 12365199.
HSL color Cylindrical-coordinate representation of color #8FADBC: hue angle of 200º 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 #8FADBC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 173 | 188 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.26 |
| HSL | 200º | 0.25% | 0.65% | - |
| HSV(B) | 200º | 0.24% | 0.74% | - |
| XYZ | 35.35 | 39.36 | 53.31 | - |
| YUV | 165.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 188 | 0.24 | 0.08 | 0 | 0.26 | 200 | 0.25 | 0.65 |
| Hex | 8F | AD | BC | 18 | 8 | 0 | 1A | C8 | 19 | 41 |
| Octal | 217 | 255 | 274 | 30 | 10 | 0 | 32 | 310 | 31 | 101 |
| Binary | 10001111 | 10101101 | 10111100 | 11000 | 1000 | 0 | 11010 | 11001000 | 11001 | 1000001 |
Color Harmonies of #8FADBC
Complementary color
Monochromatic Colors of #8FADBC
Black with #8FADBC
Text Example
Text Example
White with #8FADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADBC; }
p { color: rgb(143,173,188); }
H1.HeaderClassName
{
color: #8FADBC;
}
.AnyTagClassName
{
color: #8FADBC;
}
</style>
background-color css
<style>
a { background-color: #8FADBC; }
a { background-color: rgb(143,173,188); }
div.DivClassName
{
background-color: #8FADBC;
}
.BgClassName
{
background-color: #8FADBC;
}
</style>
border-color css
<style>
span { border-color: #8FADBC; }
span { border-color: rgb(143,173,188); }
td.TdClassName
{
border-color: #8FADBC;
}
.TagClassName
{
border-color: #8FADBC;
}
</style>