Shades of Nepal #93AAB6
Tints of Nepal #93AAB6
RGB
CMYK
RGB Variations
Color information
#93AAB6 (or 0x93AAB6) is known color: Nepal. HEX triplet: 93, AA and B6. RGB value is (147,170,182). Sum of RGB (Red+Green+Blue) = 147+170+182=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #93AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAB6 is #6C5549. Grayscale: #A4A4A4. Windows color (decimal): -7099722 or 11971219. OLE color: 11971219.
HSL color Cylindrical-coordinate representation of color #93AAB6: hue angle of 200.57º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93AAB6 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 170 | 182 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.29 |
| HSL | 200.57º | 0.19% | 0.65% | - |
| HSV(B) | 200.57º | 0.19% | 0.71% | - |
| XYZ | 34.85 | 38.33 | 49.82 | - |
| YUV | 164.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 182 | 0.19 | 0.07 | 0 | 0.29 | 200.57 | 0.19 | 0.65 |
| Hex | 93 | AA | B6 | 13 | 7 | 0 | 1D | C9 | 13 | 41 |
| Octal | 223 | 252 | 266 | 23 | 7 | 0 | 35 | 311 | 23 | 101 |
| Binary | 10010011 | 10101010 | 10110110 | 10011 | 111 | 0 | 11101 | 11001001 | 10011 | 1000001 |
Color Harmonies of #93AAB6
Complementary color
Monochromatic Colors of #93AAB6
Black with #93AAB6
Text Example
Text Example
White with #93AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AAB6; }
p { color: rgb(147,170,182); }
H1.HeaderClassName
{
color: #93AAB6;
}
.AnyTagClassName
{
color: #93AAB6;
}
</style>
background-color css
<style>
a { background-color: #93AAB6; }
a { background-color: rgb(147,170,182); }
div.DivClassName
{
background-color: #93AAB6;
}
.BgClassName
{
background-color: #93AAB6;
}
</style>
border-color css
<style>
span { border-color: #93AAB6; }
span { border-color: rgb(147,170,182); }
td.TdClassName
{
border-color: #93AAB6;
}
.TagClassName
{
border-color: #93AAB6;
}
</style>