Shades of Nepal #93ACB8
Tints of Nepal #93ACB8
RGB
CMYK
RGB Variations
Color information
#93ACB8 (or 0x93ACB8) is known color: Nepal. HEX triplet: 93, AC and B8. RGB value is (147,172,184). Sum of RGB (Red+Green+Blue) = 147+172+184=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 184 - color contains mainly: blue. Hex color #93ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACB8 is #6C5347. Grayscale: #A5A5A5. Windows color (decimal): -7099208 or 12102803. OLE color: 12102803.
HSL color Cylindrical-coordinate representation of color #93ACB8: hue angle of 199.46º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93ACB8 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 172 | 184 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.28 |
| HSL | 199.46º | 0.21% | 0.65% | - |
| HSV(B) | 199.46º | 0.2% | 0.72% | - |
| XYZ | 35.44 | 39.17 | 51.04 | - |
| YUV | 165.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 184 | 0.20 | 0.07 | 0 | 0.28 | 199.46 | 0.21 | 0.65 |
| Hex | 93 | AC | B8 | 14 | 7 | 0 | 1C | C7 | 15 | 41 |
| Octal | 223 | 254 | 270 | 24 | 7 | 0 | 34 | 307 | 25 | 101 |
| Binary | 10010011 | 10101100 | 10111000 | 10100 | 111 | 0 | 11100 | 11000111 | 10101 | 1000001 |
Color Harmonies of #93ACB8
Complementary color
Monochromatic Colors of #93ACB8
Black with #93ACB8
Text Example
Text Example
White with #93ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACB8; }
p { color: rgb(147,172,184); }
H1.HeaderClassName
{
color: #93ACB8;
}
.AnyTagClassName
{
color: #93ACB8;
}
</style>
background-color css
<style>
a { background-color: #93ACB8; }
a { background-color: rgb(147,172,184); }
div.DivClassName
{
background-color: #93ACB8;
}
.BgClassName
{
background-color: #93ACB8;
}
</style>
border-color css
<style>
span { border-color: #93ACB8; }
span { border-color: rgb(147,172,184); }
td.TdClassName
{
border-color: #93ACB8;
}
.TagClassName
{
border-color: #93ACB8;
}
</style>