Shades of Nepal #93ADBC
Tints of Nepal #93ADBC
RGB
CMYK
RGB Variations
Color information
#93ADBC (or 0x93ADBC) is known color: Nepal. HEX triplet: 93, AD and BC. RGB value is (147,173,188). Sum of RGB (Red+Green+Blue) = 147+173+188=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #93ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADBC is #6C5243. Grayscale: #A6A6A6. Windows color (decimal): -7098948 or 12365203. OLE color: 12365203.
HSL color Cylindrical-coordinate representation of color #93ADBC: hue angle of 201.95º 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 #93ADBC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 173 | 188 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.26 |
| HSL | 201.95º | 0.23% | 0.66% | - |
| HSV(B) | 201.95º | 0.22% | 0.74% | - |
| XYZ | 36.05 | 39.72 | 53.34 | - |
| YUV | 166.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 188 | 0.22 | 0.08 | 0 | 0.26 | 201.95 | 0.23 | 0.66 |
| Hex | 93 | AD | BC | 16 | 8 | 0 | 1A | CA | 17 | 42 |
| Octal | 223 | 255 | 274 | 26 | 10 | 0 | 32 | 312 | 27 | 102 |
| Binary | 10010011 | 10101101 | 10111100 | 10110 | 1000 | 0 | 11010 | 11001010 | 10111 | 1000010 |
Color Harmonies of #93ADBC
Complementary color
Monochromatic Colors of #93ADBC
Black with #93ADBC
Text Example
Text Example
White with #93ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADBC; }
p { color: rgb(147,173,188); }
H1.HeaderClassName
{
color: #93ADBC;
}
.AnyTagClassName
{
color: #93ADBC;
}
</style>
background-color css
<style>
a { background-color: #93ADBC; }
a { background-color: rgb(147,173,188); }
div.DivClassName
{
background-color: #93ADBC;
}
.BgClassName
{
background-color: #93ADBC;
}
</style>
border-color css
<style>
span { border-color: #93ADBC; }
span { border-color: rgb(147,173,188); }
td.TdClassName
{
border-color: #93ADBC;
}
.TagClassName
{
border-color: #93ADBC;
}
</style>