Shades of Nepal #97B1BE
Tints of Nepal #97B1BE
RGB
CMYK
RGB Variations
Color information
#97B1BE (or 0x97B1BE) is known color: Nepal. HEX triplet: 97, B1 and BE. RGB value is (151,177,190). Sum of RGB (Red+Green+Blue) = 151+177+190=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #97B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B1BE is #684E41. Grayscale: #AAAAAA. Windows color (decimal): -6835778 or 12497303. OLE color: 12497303.
HSL color Cylindrical-coordinate representation of color #97B1BE: hue angle of 200º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97B1BE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 177 | 190 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.25 |
| HSL | 200º | 0.23% | 0.67% | - |
| HSV(B) | 200º | 0.21% | 0.75% | - |
| XYZ | 37.78 | 41.74 | 54.78 | - |
| YUV | 170.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 177 | 190 | 0.21 | 0.07 | 0 | 0.25 | 200 | 0.23 | 0.67 |
| Hex | 97 | B1 | BE | 15 | 7 | 0 | 19 | C8 | 17 | 43 |
| Octal | 227 | 261 | 276 | 25 | 7 | 0 | 31 | 310 | 27 | 103 |
| Binary | 10010111 | 10110001 | 10111110 | 10101 | 111 | 0 | 11001 | 11001000 | 10111 | 1000011 |
Color Harmonies of #97B1BE
Complementary color
Monochromatic Colors of #97B1BE
Black with #97B1BE
Text Example
Text Example
White with #97B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B1BE; }
p { color: rgb(151,177,190); }
H1.HeaderClassName
{
color: #97B1BE;
}
.AnyTagClassName
{
color: #97B1BE;
}
</style>
background-color css
<style>
a { background-color: #97B1BE; }
a { background-color: rgb(151,177,190); }
div.DivClassName
{
background-color: #97B1BE;
}
.BgClassName
{
background-color: #97B1BE;
}
</style>
border-color css
<style>
span { border-color: #97B1BE; }
span { border-color: rgb(151,177,190); }
td.TdClassName
{
border-color: #97B1BE;
}
.TagClassName
{
border-color: #97B1BE;
}
</style>