Shades of Nepal #97ACB8
Tints of Nepal #97ACB8
RGB
CMYK
RGB Variations
Color information
#97ACB8 (or 0x97ACB8) is known color: Nepal. HEX triplet: 97, AC and B8. RGB value is (151,172,184). Sum of RGB (Red+Green+Blue) = 151+172+184=507 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.78% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #97ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACB8 is #685347. Grayscale: #A7A7A7. Windows color (decimal): -6837064 or 12102807. OLE color: 12102807.
HSL color Cylindrical-coordinate representation of color #97ACB8: hue angle of 201.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97ACB8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 172 | 184 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.28 |
| HSL | 201.82º | 0.19% | 0.66% | - |
| HSV(B) | 201.82º | 0.18% | 0.72% | - |
| XYZ | 36.17 | 39.55 | 51.07 | - |
| YUV | 167.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 172 | 184 | 0.18 | 0.07 | 0 | 0.28 | 201.82 | 0.19 | 0.66 |
| Hex | 97 | AC | B8 | 12 | 7 | 0 | 1C | CA | 13 | 42 |
| Octal | 227 | 254 | 270 | 22 | 7 | 0 | 34 | 312 | 23 | 102 |
| Binary | 10010111 | 10101100 | 10111000 | 10010 | 111 | 0 | 11100 | 11001010 | 10011 | 1000010 |
Color Harmonies of #97ACB8
Complementary color
Monochromatic Colors of #97ACB8
Black with #97ACB8
Text Example
Text Example
White with #97ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ACB8; }
p { color: rgb(151,172,184); }
H1.HeaderClassName
{
color: #97ACB8;
}
.AnyTagClassName
{
color: #97ACB8;
}
</style>
background-color css
<style>
a { background-color: #97ACB8; }
a { background-color: rgb(151,172,184); }
div.DivClassName
{
background-color: #97ACB8;
}
.BgClassName
{
background-color: #97ACB8;
}
</style>
border-color css
<style>
span { border-color: #97ACB8; }
span { border-color: rgb(151,172,184); }
td.TdClassName
{
border-color: #97ACB8;
}
.TagClassName
{
border-color: #97ACB8;
}
</style>