Shades of Nepal #98B8CB
Tints of Nepal #98B8CB
RGB
CMYK
RGB Variations
Color information
#98B8CB (or 0x98B8CB) is known color: Nepal. HEX triplet: 98, B8 and CB. RGB value is (152,184,203). Sum of RGB (Red+Green+Blue) = 152+184+203=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #98B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8CB is #674734. Grayscale: #B0B0B0. Windows color (decimal): -6768437 or 13351064. OLE color: 13351064.
HSL color Cylindrical-coordinate representation of color #98B8CB: hue angle of 202.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B8CB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 184 | 203 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.20 |
| HSL | 202.35º | 0.33% | 0.7% | - |
| HSV(B) | 202.35º | 0.25% | 0.8% | - |
| XYZ | 40.87 | 45.27 | 63.08 | - |
| YUV | 176.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 203 | 0.25 | 0.09 | 0 | 0.20 | 202.35 | 0.33 | 0.7 |
| Hex | 98 | B8 | CB | 19 | 9 | 0 | 14 | CA | 21 | 46 |
| Octal | 230 | 270 | 313 | 31 | 11 | 0 | 24 | 312 | 41 | 106 |
| Binary | 10011000 | 10111000 | 11001011 | 11001 | 1001 | 0 | 10100 | 11001010 | 100001 | 1000110 |
Color Harmonies of #98B8CB
Complementary color
Monochromatic Colors of #98B8CB
Black with #98B8CB
Text Example
Text Example
White with #98B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B8CB; }
p { color: rgb(152,184,203); }
H1.HeaderClassName
{
color: #98B8CB;
}
.AnyTagClassName
{
color: #98B8CB;
}
</style>
background-color css
<style>
a { background-color: #98B8CB; }
a { background-color: rgb(152,184,203); }
div.DivClassName
{
background-color: #98B8CB;
}
.BgClassName
{
background-color: #98B8CB;
}
</style>
border-color css
<style>
span { border-color: #98B8CB; }
span { border-color: rgb(152,184,203); }
td.TdClassName
{
border-color: #98B8CB;
}
.TagClassName
{
border-color: #98B8CB;
}
</style>