Shades of Nepal #92ABBA
Tints of Nepal #92ABBA
RGB
CMYK
RGB Variations
Color information
#92ABBA (or 0x92ABBA) is known color: Nepal. HEX triplet: 92, AB and BA. RGB value is (146,171,186). Sum of RGB (Red+Green+Blue) = 146+171+186=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #92ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABBA is #6D5445. Grayscale: #A5A5A5. Windows color (decimal): -7164998 or 12233618. OLE color: 12233618.
HSL color Cylindrical-coordinate representation of color #92ABBA: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92ABBA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 171 | 186 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.27 |
| HSL | 202.5º | 0.22% | 0.65% | - |
| HSV(B) | 202.5º | 0.22% | 0.73% | - |
| XYZ | 35.28 | 38.78 | 52.08 | - |
| YUV | 165.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 186 | 0.22 | 0.08 | 0 | 0.27 | 202.5 | 0.22 | 0.65 |
| Hex | 92 | AB | BA | 16 | 8 | 0 | 1B | CA | 16 | 41 |
| Octal | 222 | 253 | 272 | 26 | 10 | 0 | 33 | 312 | 26 | 101 |
| Binary | 10010010 | 10101011 | 10111010 | 10110 | 1000 | 0 | 11011 | 11001010 | 10110 | 1000001 |
Color Harmonies of #92ABBA
Complementary color
Monochromatic Colors of #92ABBA
Black with #92ABBA
Text Example
Text Example
White with #92ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABBA; }
p { color: rgb(146,171,186); }
H1.HeaderClassName
{
color: #92ABBA;
}
.AnyTagClassName
{
color: #92ABBA;
}
</style>
background-color css
<style>
a { background-color: #92ABBA; }
a { background-color: rgb(146,171,186); }
div.DivClassName
{
background-color: #92ABBA;
}
.BgClassName
{
background-color: #92ABBA;
}
</style>
border-color css
<style>
span { border-color: #92ABBA; }
span { border-color: rgb(146,171,186); }
td.TdClassName
{
border-color: #92ABBA;
}
.TagClassName
{
border-color: #92ABBA;
}
</style>