Shades of Nepal #85A8BC
Tints of Nepal #85A8BC
RGB
CMYK
RGB Variations
Color information
#85A8BC (or 0x85A8BC) is known color: Nepal. HEX triplet: 85, A8 and BC. RGB value is (133,168,188). Sum of RGB (Red+Green+Blue) = 133+168+188=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #85A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8BC is #7A5743. Grayscale: #9F9F9F. Windows color (decimal): -8017732 or 12363909. OLE color: 12363909.
HSL color Cylindrical-coordinate representation of color #85A8BC: hue angle of 201.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A8BC is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 168 | 188 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.26 |
| HSL | 201.82º | 0.29% | 0.63% | - |
| HSV(B) | 201.82º | 0.29% | 0.74% | - |
| XYZ | 32.75 | 36.62 | 52.92 | - |
| YUV | 159.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 188 | 0.29 | 0.11 | 0 | 0.26 | 201.82 | 0.29 | 0.63 |
| Hex | 85 | A8 | BC | 1D | B | 0 | 1A | CA | 1D | 3F |
| Octal | 205 | 250 | 274 | 35 | 13 | 0 | 32 | 312 | 35 | 77 |
| Binary | 10000101 | 10101000 | 10111100 | 11101 | 1011 | 0 | 11010 | 11001010 | 11101 | 111111 |
Color Harmonies of #85A8BC
Complementary color
Monochromatic Colors of #85A8BC
Black with #85A8BC
Text Example
Text Example
White with #85A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8BC; }
p { color: rgb(133,168,188); }
H1.HeaderClassName
{
color: #85A8BC;
}
.AnyTagClassName
{
color: #85A8BC;
}
</style>
background-color css
<style>
a { background-color: #85A8BC; }
a { background-color: rgb(133,168,188); }
div.DivClassName
{
background-color: #85A8BC;
}
.BgClassName
{
background-color: #85A8BC;
}
</style>
border-color css
<style>
span { border-color: #85A8BC; }
span { border-color: rgb(133,168,188); }
td.TdClassName
{
border-color: #85A8BC;
}
.TagClassName
{
border-color: #85A8BC;
}
</style>