Shades of Nepal #98AFBC
Tints of Nepal #98AFBC
RGB
CMYK
RGB Variations
Color information
#98AFBC (or 0x98AFBC) is known color: Nepal. HEX triplet: 98, AF and BC. RGB value is (152,175,188). Sum of RGB (Red+Green+Blue) = 152+175+188=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #98AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFBC is #675043. Grayscale: #A9A9A9. Windows color (decimal): -6770756 or 12365720. OLE color: 12365720.
HSL color Cylindrical-coordinate representation of color #98AFBC: hue angle of 201.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98AFBC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 175 | 188 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.26 |
| HSL | 201.67º | 0.21% | 0.67% | - |
| HSV(B) | 201.67º | 0.19% | 0.74% | - |
| XYZ | 37.36 | 40.97 | 53.52 | - |
| YUV | 169.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 188 | 0.19 | 0.07 | 0 | 0.26 | 201.67 | 0.21 | 0.67 |
| Hex | 98 | AF | BC | 13 | 7 | 0 | 1A | CA | 15 | 43 |
| Octal | 230 | 257 | 274 | 23 | 7 | 0 | 32 | 312 | 25 | 103 |
| Binary | 10011000 | 10101111 | 10111100 | 10011 | 111 | 0 | 11010 | 11001010 | 10101 | 1000011 |
Color Harmonies of #98AFBC
Complementary color
Monochromatic Colors of #98AFBC
Black with #98AFBC
Text Example
Text Example
White with #98AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AFBC; }
p { color: rgb(152,175,188); }
H1.HeaderClassName
{
color: #98AFBC;
}
.AnyTagClassName
{
color: #98AFBC;
}
</style>
background-color css
<style>
a { background-color: #98AFBC; }
a { background-color: rgb(152,175,188); }
div.DivClassName
{
background-color: #98AFBC;
}
.BgClassName
{
background-color: #98AFBC;
}
</style>
border-color css
<style>
span { border-color: #98AFBC; }
span { border-color: rgb(152,175,188); }
td.TdClassName
{
border-color: #98AFBC;
}
.TagClassName
{
border-color: #98AFBC;
}
</style>