Shades of Nepal #93AEBD
Tints of Nepal #93AEBD
RGB
CMYK
RGB Variations
Color information
#93AEBD (or 0x93AEBD) is known color: Nepal. HEX triplet: 93, AE and BD. RGB value is (147,174,189). Sum of RGB (Red+Green+Blue) = 147+174+189=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #93AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBD is #6C5142. Grayscale: #A7A7A7. Windows color (decimal): -7098691 or 12430995. OLE color: 12430995.
HSL color Cylindrical-coordinate representation of color #93AEBD: hue angle of 201.43º 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 #93AEBD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 174 | 189 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.26 |
| HSL | 201.43º | 0.24% | 0.66% | - |
| HSV(B) | 201.43º | 0.22% | 0.74% | - |
| XYZ | 36.35 | 40.15 | 53.98 | - |
| YUV | 167.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 189 | 0.22 | 0.08 | 0 | 0.26 | 201.43 | 0.24 | 0.66 |
| Hex | 93 | AE | BD | 16 | 8 | 0 | 1A | C9 | 18 | 42 |
| Octal | 223 | 256 | 275 | 26 | 10 | 0 | 32 | 311 | 30 | 102 |
| Binary | 10010011 | 10101110 | 10111101 | 10110 | 1000 | 0 | 11010 | 11001001 | 11000 | 1000010 |
Color Harmonies of #93AEBD
Complementary color
Monochromatic Colors of #93AEBD
Black with #93AEBD
Text Example
Text Example
White with #93AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AEBD; }
p { color: rgb(147,174,189); }
H1.HeaderClassName
{
color: #93AEBD;
}
.AnyTagClassName
{
color: #93AEBD;
}
</style>
background-color css
<style>
a { background-color: #93AEBD; }
a { background-color: rgb(147,174,189); }
div.DivClassName
{
background-color: #93AEBD;
}
.BgClassName
{
background-color: #93AEBD;
}
</style>
border-color css
<style>
span { border-color: #93AEBD; }
span { border-color: rgb(147,174,189); }
td.TdClassName
{
border-color: #93AEBD;
}
.TagClassName
{
border-color: #93AEBD;
}
</style>