Shades of Nepal #93ABBC
Tints of Nepal #93ABBC
RGB
CMYK
RGB Variations
Color information
#93ABBC (or 0x93ABBC) is known color: Nepal. HEX triplet: 93, AB and BC. RGB value is (147,171,188). Sum of RGB (Red+Green+Blue) = 147+171+188=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #93ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBC is #6C5443. Grayscale: #A5A5A5. Windows color (decimal): -7099460 or 12364691. OLE color: 12364691.
HSL color Cylindrical-coordinate representation of color #93ABBC: hue angle of 204.88º 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 #93ABBC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 171 | 188 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.26 |
| HSL | 204.88º | 0.23% | 0.66% | - |
| HSV(B) | 204.88º | 0.22% | 0.74% | - |
| XYZ | 35.67 | 38.96 | 53.22 | - |
| YUV | 165.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 188 | 0.22 | 0.09 | 0 | 0.26 | 204.88 | 0.23 | 0.66 |
| Hex | 93 | AB | BC | 16 | 9 | 0 | 1A | CD | 17 | 42 |
| Octal | 223 | 253 | 274 | 26 | 11 | 0 | 32 | 315 | 27 | 102 |
| Binary | 10010011 | 10101011 | 10111100 | 10110 | 1001 | 0 | 11010 | 11001101 | 10111 | 1000010 |
Color Harmonies of #93ABBC
Complementary color
Monochromatic Colors of #93ABBC
Black with #93ABBC
Text Example
Text Example
White with #93ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABBC; }
p { color: rgb(147,171,188); }
H1.HeaderClassName
{
color: #93ABBC;
}
.AnyTagClassName
{
color: #93ABBC;
}
</style>
background-color css
<style>
a { background-color: #93ABBC; }
a { background-color: rgb(147,171,188); }
div.DivClassName
{
background-color: #93ABBC;
}
.BgClassName
{
background-color: #93ABBC;
}
</style>
border-color css
<style>
span { border-color: #93ABBC; }
span { border-color: rgb(147,171,188); }
td.TdClassName
{
border-color: #93ABBC;
}
.TagClassName
{
border-color: #93ABBC;
}
</style>