Shades of Nepal #92BBCC
Tints of Nepal #92BBCC
RGB
CMYK
RGB Variations
Color information
#92BBCC (or 0x92BBCC) is known color: Nepal. HEX triplet: 92, BB and CC. RGB value is (146,187,204). Sum of RGB (Red+Green+Blue) = 146+187+204=537 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.19% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #92BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBCC is #6D4433. Grayscale: #B0B0B0. Windows color (decimal): -7160884 or 13417362. OLE color: 13417362.
HSL color Cylindrical-coordinate representation of color #92BBCC: hue angle of 197.59º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BBCC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 187 | 204 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.2 |
| HSL | 197.59º | 0.36% | 0.69% | - |
| HSV(B) | 197.59º | 0.28% | 0.8% | - |
| XYZ | 40.52 | 46.01 | 63.87 | - |
| YUV | 176.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 204 | 0.28 | 0.08 | 0 | 0.2 | 197.59 | 0.36 | 0.69 |
| Hex | 92 | BB | CC | 1C | 8 | 0 | 14 | C6 | 24 | 45 |
| Octal | 222 | 273 | 314 | 34 | 10 | 0 | 24 | 306 | 44 | 105 |
| Binary | 10010010 | 10111011 | 11001100 | 11100 | 1000 | 0 | 10100 | 11000110 | 100100 | 1000101 |
Color Harmonies of #92BBCC
Complementary color
Monochromatic Colors of #92BBCC
Black with #92BBCC
Text Example
Text Example
White with #92BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BBCC; }
p { color: rgb(146,187,204); }
H1.HeaderClassName
{
color: #92BBCC;
}
.AnyTagClassName
{
color: #92BBCC;
}
</style>
background-color css
<style>
a { background-color: #92BBCC; }
a { background-color: rgb(146,187,204); }
div.DivClassName
{
background-color: #92BBCC;
}
.BgClassName
{
background-color: #92BBCC;
}
</style>
border-color css
<style>
span { border-color: #92BBCC; }
span { border-color: rgb(146,187,204); }
td.TdClassName
{
border-color: #92BBCC;
}
.TagClassName
{
border-color: #92BBCC;
}
</style>