Shades of Nepal #93A9BC
Tints of Nepal #93A9BC
RGB
CMYK
RGB Variations
Color information
#93A9BC (or 0x93A9BC) is known color: Nepal. HEX triplet: 93, A9 and BC. RGB value is (147,169,188). Sum of RGB (Red+Green+Blue) = 147+169+188=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9BC is #6C5643. Grayscale: #A4A4A4. Windows color (decimal): -7099972 or 12364179. OLE color: 12364179.
HSL color Cylindrical-coordinate representation of color #93A9BC: hue angle of 207.8º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93A9BC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 169 | 188 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.26 |
| HSL | 207.8º | 0.23% | 0.66% | - |
| HSV(B) | 207.8º | 0.22% | 0.74% | - |
| XYZ | 35.3 | 38.21 | 53.09 | - |
| YUV | 164.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 188 | 0.22 | 0.10 | 0 | 0.26 | 207.8 | 0.23 | 0.66 |
| Hex | 93 | A9 | BC | 16 | A | 0 | 1A | D0 | 17 | 42 |
| Octal | 223 | 251 | 274 | 26 | 12 | 0 | 32 | 320 | 27 | 102 |
| Binary | 10010011 | 10101001 | 10111100 | 10110 | 1010 | 0 | 11010 | 11010000 | 10111 | 1000010 |
Color Harmonies of #93A9BC
Complementary color
Monochromatic Colors of #93A9BC
Black with #93A9BC
Text Example
Text Example
White with #93A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A9BC; }
p { color: rgb(147,169,188); }
H1.HeaderClassName
{
color: #93A9BC;
}
.AnyTagClassName
{
color: #93A9BC;
}
</style>
background-color css
<style>
a { background-color: #93A9BC; }
a { background-color: rgb(147,169,188); }
div.DivClassName
{
background-color: #93A9BC;
}
.BgClassName
{
background-color: #93A9BC;
}
</style>
border-color css
<style>
span { border-color: #93A9BC; }
span { border-color: rgb(147,169,188); }
td.TdClassName
{
border-color: #93A9BC;
}
.TagClassName
{
border-color: #93A9BC;
}
</style>