Shades of Nepal #92B2C9
Tints of Nepal #92B2C9
RGB
CMYK
RGB Variations
Color information
#92B2C9 (or 0x92B2C9) is known color: Nepal. HEX triplet: 92, B2 and C9. RGB value is (146,178,201). Sum of RGB (Red+Green+Blue) = 146+178+201=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #92B2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2C9 is #6D4D36. Grayscale: #AAAAAA. Windows color (decimal): -7163191 or 13218450. OLE color: 13218450.
HSL color Cylindrical-coordinate representation of color #92B2C9: hue angle of 205.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92B2C9 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 178 | 201 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.21 |
| HSL | 205.09º | 0.34% | 0.68% | - |
| HSV(B) | 205.09º | 0.27% | 0.79% | - |
| XYZ | 38.32 | 42.17 | 61.38 | - |
| YUV | 171.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 201 | 0.27 | 0.11 | 0 | 0.21 | 205.09 | 0.34 | 0.68 |
| Hex | 92 | B2 | C9 | 1B | B | 0 | 15 | CD | 22 | 44 |
| Octal | 222 | 262 | 311 | 33 | 13 | 0 | 25 | 315 | 42 | 104 |
| Binary | 10010010 | 10110010 | 11001001 | 11011 | 1011 | 0 | 10101 | 11001101 | 100010 | 1000100 |
Color Harmonies of #92B2C9
Complementary color
Monochromatic Colors of #92B2C9
Black with #92B2C9
Text Example
Text Example
White with #92B2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2C9; }
p { color: rgb(146,178,201); }
H1.HeaderClassName
{
color: #92B2C9;
}
.AnyTagClassName
{
color: #92B2C9;
}
</style>
background-color css
<style>
a { background-color: #92B2C9; }
a { background-color: rgb(146,178,201); }
div.DivClassName
{
background-color: #92B2C9;
}
.BgClassName
{
background-color: #92B2C9;
}
</style>
border-color css
<style>
span { border-color: #92B2C9; }
span { border-color: rgb(146,178,201); }
td.TdClassName
{
border-color: #92B2C9;
}
.TagClassName
{
border-color: #92B2C9;
}
</style>