Shades of Nepal #92B1C1
Tints of Nepal #92B1C1
RGB
CMYK
RGB Variations
Color information
#92B1C1 (or 0x92B1C1) is known color: Nepal. HEX triplet: 92, B1 and C1. RGB value is (146,177,193). Sum of RGB (Red+Green+Blue) = 146+177+193=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #92B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1C1 is #6D4E3E. Grayscale: #A9A9A9. Windows color (decimal): -7163455 or 12693906. OLE color: 12693906.
HSL color Cylindrical-coordinate representation of color #92B1C1: hue angle of 200.43º 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 #92B1C1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 177 | 193 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.24 |
| HSL | 200.43º | 0.27% | 0.66% | - |
| HSV(B) | 200.43º | 0.24% | 0.76% | - |
| XYZ | 37.2 | 41.41 | 56.48 | - |
| YUV | 169.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 193 | 0.24 | 0.08 | 0 | 0.24 | 200.43 | 0.27 | 0.66 |
| Hex | 92 | B1 | C1 | 18 | 8 | 0 | 18 | C8 | 1B | 42 |
| Octal | 222 | 261 | 301 | 30 | 10 | 0 | 30 | 310 | 33 | 102 |
| Binary | 10010010 | 10110001 | 11000001 | 11000 | 1000 | 0 | 11000 | 11001000 | 11011 | 1000010 |
Color Harmonies of #92B1C1
Complementary color
Monochromatic Colors of #92B1C1
Black with #92B1C1
Text Example
Text Example
White with #92B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1C1; }
p { color: rgb(146,177,193); }
H1.HeaderClassName
{
color: #92B1C1;
}
.AnyTagClassName
{
color: #92B1C1;
}
</style>
background-color css
<style>
a { background-color: #92B1C1; }
a { background-color: rgb(146,177,193); }
div.DivClassName
{
background-color: #92B1C1;
}
.BgClassName
{
background-color: #92B1C1;
}
</style>
border-color css
<style>
span { border-color: #92B1C1; }
span { border-color: rgb(146,177,193); }
td.TdClassName
{
border-color: #92B1C1;
}
.TagClassName
{
border-color: #92B1C1;
}
</style>