Shades of Nepal #92B0C1
Tints of Nepal #92B0C1
RGB
CMYK
RGB Variations
Color information
#92B0C1 (or 0x92B0C1) is known color: Nepal. HEX triplet: 92, B0 and C1. RGB value is (146,176,193). Sum of RGB (Red+Green+Blue) = 146+176+193=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #92B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0C1 is #6D4F3E. Grayscale: #A8A8A8. Windows color (decimal): -7163711 or 12693650. OLE color: 12693650.
HSL color Cylindrical-coordinate representation of color #92B0C1: hue angle of 201.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92B0C1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 176 | 193 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.24 |
| HSL | 201.7º | 0.27% | 0.66% | - |
| HSV(B) | 201.7º | 0.24% | 0.76% | - |
| XYZ | 37.01 | 41.01 | 56.42 | - |
| YUV | 168.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 193 | 0.24 | 0.09 | 0 | 0.24 | 201.7 | 0.27 | 0.66 |
| Hex | 92 | B0 | C1 | 18 | 9 | 0 | 18 | CA | 1B | 42 |
| Octal | 222 | 260 | 301 | 30 | 11 | 0 | 30 | 312 | 33 | 102 |
| Binary | 10010010 | 10110000 | 11000001 | 11000 | 1001 | 0 | 11000 | 11001010 | 11011 | 1000010 |
Color Harmonies of #92B0C1
Complementary color
Monochromatic Colors of #92B0C1
Black with #92B0C1
Text Example
Text Example
White with #92B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0C1; }
p { color: rgb(146,176,193); }
H1.HeaderClassName
{
color: #92B0C1;
}
.AnyTagClassName
{
color: #92B0C1;
}
</style>
background-color css
<style>
a { background-color: #92B0C1; }
a { background-color: rgb(146,176,193); }
div.DivClassName
{
background-color: #92B0C1;
}
.BgClassName
{
background-color: #92B0C1;
}
</style>
border-color css
<style>
span { border-color: #92B0C1; }
span { border-color: rgb(146,176,193); }
td.TdClassName
{
border-color: #92B0C1;
}
.TagClassName
{
border-color: #92B0C1;
}
</style>