Shades of Nepal #93ADBD
Tints of Nepal #93ADBD
RGB
CMYK
RGB Variations
Color information
#93ADBD (or 0x93ADBD) is known color: Nepal. HEX triplet: 93, AD and BD. RGB value is (147,173,189). Sum of RGB (Red+Green+Blue) = 147+173+189=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #93ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADBD is #6C5242. Grayscale: #A6A6A6. Windows color (decimal): -7098947 or 12430739. OLE color: 12430739.
HSL color Cylindrical-coordinate representation of color #93ADBD: hue angle of 202.86º degrees, saturation: 0.24, 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 #93ADBD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 173 | 189 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.26 |
| HSL | 202.86º | 0.24% | 0.66% | - |
| HSV(B) | 202.86º | 0.22% | 0.74% | - |
| XYZ | 36.16 | 39.76 | 53.91 | - |
| YUV | 167.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 189 | 0.22 | 0.08 | 0 | 0.26 | 202.86 | 0.24 | 0.66 |
| Hex | 93 | AD | BD | 16 | 8 | 0 | 1A | CB | 18 | 42 |
| Octal | 223 | 255 | 275 | 26 | 10 | 0 | 32 | 313 | 30 | 102 |
| Binary | 10010011 | 10101101 | 10111101 | 10110 | 1000 | 0 | 11010 | 11001011 | 11000 | 1000010 |
Color Harmonies of #93ADBD
Complementary color
Monochromatic Colors of #93ADBD
Black with #93ADBD
Text Example
Text Example
White with #93ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADBD; }
p { color: rgb(147,173,189); }
H1.HeaderClassName
{
color: #93ADBD;
}
.AnyTagClassName
{
color: #93ADBD;
}
</style>
background-color css
<style>
a { background-color: #93ADBD; }
a { background-color: rgb(147,173,189); }
div.DivClassName
{
background-color: #93ADBD;
}
.BgClassName
{
background-color: #93ADBD;
}
</style>
border-color css
<style>
span { border-color: #93ADBD; }
span { border-color: rgb(147,173,189); }
td.TdClassName
{
border-color: #93ADBD;
}
.TagClassName
{
border-color: #93ADBD;
}
</style>