Shades of Nepal #85A2BB
Tints of Nepal #85A2BB
RGB
CMYK
RGB Variations
Color information
#85A2BB (or 0x85A2BB) is known color: Nepal. HEX triplet: 85, A2 and BB. RGB value is (133,162,187). Sum of RGB (Red+Green+Blue) = 133+162+187=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #85A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2BB is #7A5D44. Grayscale: #9C9C9C. Windows color (decimal): -8019269 or 12296837. OLE color: 12296837.
HSL color Cylindrical-coordinate representation of color #85A2BB: hue angle of 207.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A2BB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 162 | 187 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.27 |
| HSL | 207.78º | 0.28% | 0.63% | - |
| HSV(B) | 207.78º | 0.29% | 0.73% | - |
| XYZ | 31.56 | 34.42 | 51.99 | - |
| YUV | 156.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 187 | 0.29 | 0.13 | 0 | 0.27 | 207.78 | 0.28 | 0.63 |
| Hex | 85 | A2 | BB | 1D | D | 0 | 1B | D0 | 1C | 3F |
| Octal | 205 | 242 | 273 | 35 | 15 | 0 | 33 | 320 | 34 | 77 |
| Binary | 10000101 | 10100010 | 10111011 | 11101 | 1101 | 0 | 11011 | 11010000 | 11100 | 111111 |
Color Harmonies of #85A2BB
Complementary color
Monochromatic Colors of #85A2BB
Black with #85A2BB
Text Example
Text Example
White with #85A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2BB; }
p { color: rgb(133,162,187); }
H1.HeaderClassName
{
color: #85A2BB;
}
.AnyTagClassName
{
color: #85A2BB;
}
</style>
background-color css
<style>
a { background-color: #85A2BB; }
a { background-color: rgb(133,162,187); }
div.DivClassName
{
background-color: #85A2BB;
}
.BgClassName
{
background-color: #85A2BB;
}
</style>
border-color css
<style>
span { border-color: #85A2BB; }
span { border-color: rgb(133,162,187); }
td.TdClassName
{
border-color: #85A2BB;
}
.TagClassName
{
border-color: #85A2BB;
}
</style>