Shades of Nepal #92AEBE
Tints of Nepal #92AEBE
RGB
CMYK
RGB Variations
Color information
#92AEBE (or 0x92AEBE) is known color: Nepal. HEX triplet: 92, AE and BE. RGB value is (146,174,190). Sum of RGB (Red+Green+Blue) = 146+174+190=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #92AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEBE is #6D5141. Grayscale: #A7A7A7. Windows color (decimal): -7164226 or 12496530. OLE color: 12496530.
HSL color Cylindrical-coordinate representation of color #92AEBE: hue angle of 201.82º 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 #92AEBE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 174 | 190 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.25 |
| HSL | 201.82º | 0.25% | 0.66% | - |
| HSV(B) | 201.82º | 0.23% | 0.75% | - |
| XYZ | 36.28 | 40.1 | 54.54 | - |
| YUV | 167.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 190 | 0.23 | 0.08 | 0 | 0.25 | 201.82 | 0.25 | 0.66 |
| Hex | 92 | AE | BE | 17 | 8 | 0 | 19 | CA | 19 | 42 |
| Octal | 222 | 256 | 276 | 27 | 10 | 0 | 31 | 312 | 31 | 102 |
| Binary | 10010010 | 10101110 | 10111110 | 10111 | 1000 | 0 | 11001 | 11001010 | 11001 | 1000010 |
Color Harmonies of #92AEBE
Complementary color
Monochromatic Colors of #92AEBE
Black with #92AEBE
Text Example
Text Example
White with #92AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AEBE; }
p { color: rgb(146,174,190); }
H1.HeaderClassName
{
color: #92AEBE;
}
.AnyTagClassName
{
color: #92AEBE;
}
</style>
background-color css
<style>
a { background-color: #92AEBE; }
a { background-color: rgb(146,174,190); }
div.DivClassName
{
background-color: #92AEBE;
}
.BgClassName
{
background-color: #92AEBE;
}
</style>
border-color css
<style>
span { border-color: #92AEBE; }
span { border-color: rgb(146,174,190); }
td.TdClassName
{
border-color: #92AEBE;
}
.TagClassName
{
border-color: #92AEBE;
}
</style>