Shades of Nepal #93ADBA
Tints of Nepal #93ADBA
RGB
CMYK
RGB Variations
Color information
#93ADBA (or 0x93ADBA) is known color: Nepal. HEX triplet: 93, AD and BA. RGB value is (147,173,186). Sum of RGB (Red+Green+Blue) = 147+173+186=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #93ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADBA is #6C5245. Grayscale: #A6A6A6. Windows color (decimal): -7098950 or 12234131. OLE color: 12234131.
HSL color Cylindrical-coordinate representation of color #93ADBA: hue angle of 200º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93ADBA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 173 | 186 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.27 |
| HSL | 200º | 0.22% | 0.65% | - |
| HSV(B) | 200º | 0.21% | 0.73% | - |
| XYZ | 35.84 | 39.64 | 52.22 | - |
| YUV | 166.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 186 | 0.21 | 0.07 | 0 | 0.27 | 200 | 0.22 | 0.65 |
| Hex | 93 | AD | BA | 15 | 7 | 0 | 1B | C8 | 16 | 41 |
| Octal | 223 | 255 | 272 | 25 | 7 | 0 | 33 | 310 | 26 | 101 |
| Binary | 10010011 | 10101101 | 10111010 | 10101 | 111 | 0 | 11011 | 11001000 | 10110 | 1000001 |
Color Harmonies of #93ADBA
Complementary color
Monochromatic Colors of #93ADBA
Black with #93ADBA
Text Example
Text Example
White with #93ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADBA; }
p { color: rgb(147,173,186); }
H1.HeaderClassName
{
color: #93ADBA;
}
.AnyTagClassName
{
color: #93ADBA;
}
</style>
background-color css
<style>
a { background-color: #93ADBA; }
a { background-color: rgb(147,173,186); }
div.DivClassName
{
background-color: #93ADBA;
}
.BgClassName
{
background-color: #93ADBA;
}
</style>
border-color css
<style>
span { border-color: #93ADBA; }
span { border-color: rgb(147,173,186); }
td.TdClassName
{
border-color: #93ADBA;
}
.TagClassName
{
border-color: #93ADBA;
}
</style>