Shades of Nepal #92B0BE
Tints of Nepal #92B0BE
RGB
CMYK
RGB Variations
Color information
#92B0BE (or 0x92B0BE) is known color: Nepal. HEX triplet: 92, B0 and BE. RGB value is (146,176,190). Sum of RGB (Red+Green+Blue) = 146+176+190=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #92B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0BE is #6D4F41. Grayscale: #A8A8A8. Windows color (decimal): -7163714 or 12497042. OLE color: 12497042.
HSL color Cylindrical-coordinate representation of color #92B0BE: hue angle of 199.09º 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 #92B0BE is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 176 | 190 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.25 |
| HSL | 199.09º | 0.25% | 0.66% | - |
| HSV(B) | 199.09º | 0.23% | 0.75% | - |
| XYZ | 36.67 | 40.88 | 54.67 | - |
| YUV | 168.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 190 | 0.23 | 0.07 | 0 | 0.25 | 199.09 | 0.25 | 0.66 |
| Hex | 92 | B0 | BE | 17 | 7 | 0 | 19 | C7 | 19 | 42 |
| Octal | 222 | 260 | 276 | 27 | 7 | 0 | 31 | 307 | 31 | 102 |
| Binary | 10010010 | 10110000 | 10111110 | 10111 | 111 | 0 | 11001 | 11000111 | 11001 | 1000010 |
Color Harmonies of #92B0BE
Complementary color
Monochromatic Colors of #92B0BE
Black with #92B0BE
Text Example
Text Example
White with #92B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0BE; }
p { color: rgb(146,176,190); }
H1.HeaderClassName
{
color: #92B0BE;
}
.AnyTagClassName
{
color: #92B0BE;
}
</style>
background-color css
<style>
a { background-color: #92B0BE; }
a { background-color: rgb(146,176,190); }
div.DivClassName
{
background-color: #92B0BE;
}
.BgClassName
{
background-color: #92B0BE;
}
</style>
border-color css
<style>
span { border-color: #92B0BE; }
span { border-color: rgb(146,176,190); }
td.TdClassName
{
border-color: #92B0BE;
}
.TagClassName
{
border-color: #92B0BE;
}
</style>