Shades of Nepal #92BBCB
Tints of Nepal #92BBCB
RGB
CMYK
RGB Variations
Color information
#92BBCB (or 0x92BBCB) is known color: Nepal. HEX triplet: 92, BB and CB. RGB value is (146,187,203). Sum of RGB (Red+Green+Blue) = 146+187+203=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #92BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBCB is #6D4434. Grayscale: #B0B0B0. Windows color (decimal): -7160885 or 13351826. OLE color: 13351826.
HSL color Cylindrical-coordinate representation of color #92BBCB: hue angle of 196.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BBCB is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 187 | 203 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.20 |
| HSL | 196.84º | 0.35% | 0.68% | - |
| HSV(B) | 196.84º | 0.28% | 0.8% | - |
| XYZ | 40.4 | 45.96 | 63.24 | - |
| YUV | 176.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 203 | 0.28 | 0.08 | 0 | 0.20 | 196.84 | 0.35 | 0.68 |
| Hex | 92 | BB | CB | 1C | 8 | 0 | 14 | C5 | 23 | 44 |
| Octal | 222 | 273 | 313 | 34 | 10 | 0 | 24 | 305 | 43 | 104 |
| Binary | 10010010 | 10111011 | 11001011 | 11100 | 1000 | 0 | 10100 | 11000101 | 100011 | 1000100 |
Color Harmonies of #92BBCB
Complementary color
Monochromatic Colors of #92BBCB
Black with #92BBCB
Text Example
Text Example
White with #92BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBCB; }
p { color: rgb(146,187,203); }
H1.HeaderClassName
{
color: #92BBCB;
}
.AnyTagClassName
{
color: #92BBCB;
}
</style>
background-color css
<style>
a { background-color: #92BBCB; }
a { background-color: rgb(146,187,203); }
div.DivClassName
{
background-color: #92BBCB;
}
.BgClassName
{
background-color: #92BBCB;
}
</style>
border-color css
<style>
span { border-color: #92BBCB; }
span { border-color: rgb(146,187,203); }
td.TdClassName
{
border-color: #92BBCB;
}
.TagClassName
{
border-color: #92BBCB;
}
</style>