Shades of Nepal #92ABBF
Tints of Nepal #92ABBF
RGB
CMYK
RGB Variations
Color information
#92ABBF (or 0x92ABBF) is known color: Nepal. HEX triplet: 92, AB and BF. RGB value is (146,171,191). Sum of RGB (Red+Green+Blue) = 146+171+191=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #92ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABBF is #6D5440. Grayscale: #A5A5A5. Windows color (decimal): -7164993 or 12561298. OLE color: 12561298.
HSL color Cylindrical-coordinate representation of color #92ABBF: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92ABBF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 171 | 191 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.25 |
| HSL | 206.67º | 0.26% | 0.66% | - |
| HSV(B) | 206.67º | 0.24% | 0.75% | - |
| XYZ | 35.82 | 39 | 54.93 | - |
| YUV | 165.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 191 | 0.24 | 0.10 | 0 | 0.25 | 206.67 | 0.26 | 0.66 |
| Hex | 92 | AB | BF | 18 | A | 0 | 19 | CF | 1A | 42 |
| Octal | 222 | 253 | 277 | 30 | 12 | 0 | 31 | 317 | 32 | 102 |
| Binary | 10010010 | 10101011 | 10111111 | 11000 | 1010 | 0 | 11001 | 11001111 | 11010 | 1000010 |
Color Harmonies of #92ABBF
Complementary color
Monochromatic Colors of #92ABBF
Black with #92ABBF
Text Example
Text Example
White with #92ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABBF; }
p { color: rgb(146,171,191); }
H1.HeaderClassName
{
color: #92ABBF;
}
.AnyTagClassName
{
color: #92ABBF;
}
</style>
background-color css
<style>
a { background-color: #92ABBF; }
a { background-color: rgb(146,171,191); }
div.DivClassName
{
background-color: #92ABBF;
}
.BgClassName
{
background-color: #92ABBF;
}
</style>
border-color css
<style>
span { border-color: #92ABBF; }
span { border-color: rgb(146,171,191); }
td.TdClassName
{
border-color: #92ABBF;
}
.TagClassName
{
border-color: #92ABBF;
}
</style>