Shades of Nepal #92ADBE
Tints of Nepal #92ADBE
RGB
CMYK
RGB Variations
Color information
#92ADBE (or 0x92ADBE) is known color: Nepal. HEX triplet: 92, AD and BE. RGB value is (146,173,190). Sum of RGB (Red+Green+Blue) = 146+173+190=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #92ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADBE is #6D5241. Grayscale: #A6A6A6. Windows color (decimal): -7164482 or 12496274. OLE color: 12496274.
HSL color Cylindrical-coordinate representation of color #92ADBE: hue angle of 203.18º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92ADBE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 173 | 190 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.25 |
| HSL | 203.18º | 0.25% | 0.66% | - |
| HSV(B) | 203.18º | 0.23% | 0.75% | - |
| XYZ | 36.09 | 39.72 | 54.48 | - |
| YUV | 166.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 190 | 0.23 | 0.09 | 0 | 0.25 | 203.18 | 0.25 | 0.66 |
| Hex | 92 | AD | BE | 17 | 9 | 0 | 19 | CB | 19 | 42 |
| Octal | 222 | 255 | 276 | 27 | 11 | 0 | 31 | 313 | 31 | 102 |
| Binary | 10010010 | 10101101 | 10111110 | 10111 | 1001 | 0 | 11001 | 11001011 | 11001 | 1000010 |
Color Harmonies of #92ADBE
Complementary color
Monochromatic Colors of #92ADBE
Black with #92ADBE
Text Example
Text Example
White with #92ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADBE; }
p { color: rgb(146,173,190); }
H1.HeaderClassName
{
color: #92ADBE;
}
.AnyTagClassName
{
color: #92ADBE;
}
</style>
background-color css
<style>
a { background-color: #92ADBE; }
a { background-color: rgb(146,173,190); }
div.DivClassName
{
background-color: #92ADBE;
}
.BgClassName
{
background-color: #92ADBE;
}
</style>
border-color css
<style>
span { border-color: #92ADBE; }
span { border-color: rgb(146,173,190); }
td.TdClassName
{
border-color: #92ADBE;
}
.TagClassName
{
border-color: #92ADBE;
}
</style>