Shades of Nepal #93AEBB
Tints of Nepal #93AEBB
RGB
CMYK
RGB Variations
Color information
#93AEBB (or 0x93AEBB) is known color: Nepal. HEX triplet: 93, AE and BB. RGB value is (147,174,187). Sum of RGB (Red+Green+Blue) = 147+174+187=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #93AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBB is #6C5144. Grayscale: #A7A7A7. Windows color (decimal): -7098693 or 12299923. OLE color: 12299923.
HSL color Cylindrical-coordinate representation of color #93AEBB: hue angle of 199.5º 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 #93AEBB is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 174 | 187 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.27 |
| HSL | 199.5º | 0.23% | 0.65% | - |
| HSV(B) | 199.5º | 0.21% | 0.73% | - |
| XYZ | 36.14 | 40.06 | 52.84 | - |
| YUV | 167.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 187 | 0.21 | 0.07 | 0 | 0.27 | 199.5 | 0.23 | 0.65 |
| Hex | 93 | AE | BB | 15 | 7 | 0 | 1B | C8 | 17 | 41 |
| Octal | 223 | 256 | 273 | 25 | 7 | 0 | 33 | 310 | 27 | 101 |
| Binary | 10010011 | 10101110 | 10111011 | 10101 | 111 | 0 | 11011 | 11001000 | 10111 | 1000001 |
Color Harmonies of #93AEBB
Complementary color
Monochromatic Colors of #93AEBB
Black with #93AEBB
Text Example
Text Example
White with #93AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AEBB; }
p { color: rgb(147,174,187); }
H1.HeaderClassName
{
color: #93AEBB;
}
.AnyTagClassName
{
color: #93AEBB;
}
</style>
background-color css
<style>
a { background-color: #93AEBB; }
a { background-color: rgb(147,174,187); }
div.DivClassName
{
background-color: #93AEBB;
}
.BgClassName
{
background-color: #93AEBB;
}
</style>
border-color css
<style>
span { border-color: #93AEBB; }
span { border-color: rgb(147,174,187); }
td.TdClassName
{
border-color: #93AEBB;
}
.TagClassName
{
border-color: #93AEBB;
}
</style>