Shades of Nepal #93ADBB
Tints of Nepal #93ADBB
RGB
CMYK
RGB Variations
Color information
#93ADBB (or 0x93ADBB) is known color: Nepal. HEX triplet: 93, AD and BB. RGB value is (147,173,187). Sum of RGB (Red+Green+Blue) = 147+173+187=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #93ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADBB is #6C5244. Grayscale: #A6A6A6. Windows color (decimal): -7098949 or 12299667. OLE color: 12299667.
HSL color Cylindrical-coordinate representation of color #93ADBB: hue angle of 201º degrees, saturation: 0.23, 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 #93ADBB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 173 | 187 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.27 |
| HSL | 201º | 0.23% | 0.65% | - |
| HSV(B) | 201º | 0.21% | 0.73% | - |
| XYZ | 35.95 | 39.68 | 52.78 | - |
| YUV | 166.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 187 | 0.21 | 0.07 | 0 | 0.27 | 201 | 0.23 | 0.65 |
| Hex | 93 | AD | BB | 15 | 7 | 0 | 1B | C9 | 17 | 41 |
| Octal | 223 | 255 | 273 | 25 | 7 | 0 | 33 | 311 | 27 | 101 |
| Binary | 10010011 | 10101101 | 10111011 | 10101 | 111 | 0 | 11011 | 11001001 | 10111 | 1000001 |
Color Harmonies of #93ADBB
Complementary color
Monochromatic Colors of #93ADBB
Black with #93ADBB
Text Example
Text Example
White with #93ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADBB; }
p { color: rgb(147,173,187); }
H1.HeaderClassName
{
color: #93ADBB;
}
.AnyTagClassName
{
color: #93ADBB;
}
</style>
background-color css
<style>
a { background-color: #93ADBB; }
a { background-color: rgb(147,173,187); }
div.DivClassName
{
background-color: #93ADBB;
}
.BgClassName
{
background-color: #93ADBB;
}
</style>
border-color css
<style>
span { border-color: #93ADBB; }
span { border-color: rgb(147,173,187); }
td.TdClassName
{
border-color: #93ADBB;
}
.TagClassName
{
border-color: #93ADBB;
}
</style>