Shades of Nepal #92ADC3
Tints of Nepal #92ADC3
RGB
CMYK
RGB Variations
Color information
#92ADC3 (or 0x92ADC3) is known color: Nepal. HEX triplet: 92, AD and C3. RGB value is (146,173,195). Sum of RGB (Red+Green+Blue) = 146+173+195=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #92ADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADC3 is #6D523C. Grayscale: #A7A7A7. Windows color (decimal): -7164477 or 12823954. OLE color: 12823954.
HSL color Cylindrical-coordinate representation of color #92ADC3: hue angle of 206.94º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92ADC3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 173 | 195 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.24 |
| HSL | 206.94º | 0.29% | 0.67% | - |
| HSV(B) | 206.94º | 0.25% | 0.76% | - |
| XYZ | 36.65 | 39.94 | 57.41 | - |
| YUV | 167.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 195 | 0.25 | 0.11 | 0 | 0.24 | 206.94 | 0.29 | 0.67 |
| Hex | 92 | AD | C3 | 19 | B | 0 | 18 | CF | 1D | 43 |
| Octal | 222 | 255 | 303 | 31 | 13 | 0 | 30 | 317 | 35 | 103 |
| Binary | 10010010 | 10101101 | 11000011 | 11001 | 1011 | 0 | 11000 | 11001111 | 11101 | 1000011 |
Color Harmonies of #92ADC3
Complementary color
Monochromatic Colors of #92ADC3
Black with #92ADC3
Text Example
Text Example
White with #92ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADC3; }
p { color: rgb(146,173,195); }
H1.HeaderClassName
{
color: #92ADC3;
}
.AnyTagClassName
{
color: #92ADC3;
}
</style>
background-color css
<style>
a { background-color: #92ADC3; }
a { background-color: rgb(146,173,195); }
div.DivClassName
{
background-color: #92ADC3;
}
.BgClassName
{
background-color: #92ADC3;
}
</style>
border-color css
<style>
span { border-color: #92ADC3; }
span { border-color: rgb(146,173,195); }
td.TdClassName
{
border-color: #92ADC3;
}
.TagClassName
{
border-color: #92ADC3;
}
</style>