Shades of Nepal #92B0BD
Tints of Nepal #92B0BD
RGB
CMYK
RGB Variations
Color information
#92B0BD (or 0x92B0BD) is known color: Nepal. HEX triplet: 92, B0 and BD. RGB value is (146,176,189). Sum of RGB (Red+Green+Blue) = 146+176+189=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #92B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0BD is #6D4F42. Grayscale: #A8A8A8. Windows color (decimal): -7163715 or 12431506. OLE color: 12431506.
HSL color Cylindrical-coordinate representation of color #92B0BD: hue angle of 198.14º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92B0BD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 176 | 189 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.26 |
| HSL | 198.14º | 0.25% | 0.66% | - |
| HSV(B) | 198.14º | 0.23% | 0.74% | - |
| XYZ | 36.56 | 40.84 | 54.1 | - |
| YUV | 168.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 189 | 0.23 | 0.07 | 0 | 0.26 | 198.14 | 0.25 | 0.66 |
| Hex | 92 | B0 | BD | 17 | 7 | 0 | 1A | C6 | 19 | 42 |
| Octal | 222 | 260 | 275 | 27 | 7 | 0 | 32 | 306 | 31 | 102 |
| Binary | 10010010 | 10110000 | 10111101 | 10111 | 111 | 0 | 11010 | 11000110 | 11001 | 1000010 |
Color Harmonies of #92B0BD
Complementary color
Monochromatic Colors of #92B0BD
Black with #92B0BD
Text Example
Text Example
White with #92B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0BD; }
p { color: rgb(146,176,189); }
H1.HeaderClassName
{
color: #92B0BD;
}
.AnyTagClassName
{
color: #92B0BD;
}
</style>
background-color css
<style>
a { background-color: #92B0BD; }
a { background-color: rgb(146,176,189); }
div.DivClassName
{
background-color: #92B0BD;
}
.BgClassName
{
background-color: #92B0BD;
}
</style>
border-color css
<style>
span { border-color: #92B0BD; }
span { border-color: rgb(146,176,189); }
td.TdClassName
{
border-color: #92B0BD;
}
.TagClassName
{
border-color: #92B0BD;
}
</style>