Shades of Nepal #93BACE
Tints of Nepal #93BACE
RGB
CMYK
RGB Variations
Color information
#93BACE (or 0x93BACE) is known color: Nepal. HEX triplet: 93, BA and CE. RGB value is (147,186,206). Sum of RGB (Red+Green+Blue) = 147+186+206=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #93BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BACE is #6C4531. Grayscale: #B0B0B0. Windows color (decimal): -7095602 or 13548179. OLE color: 13548179.
HSL color Cylindrical-coordinate representation of color #93BACE: hue angle of 200.34º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BACE is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 186 | 206 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.19 |
| HSL | 200.34º | 0.38% | 0.69% | - |
| HSV(B) | 200.34º | 0.29% | 0.81% | - |
| XYZ | 40.73 | 45.78 | 65.08 | - |
| YUV | 176.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 206 | 0.29 | 0.10 | 0 | 0.19 | 200.34 | 0.38 | 0.69 |
| Hex | 93 | BA | CE | 1D | A | 0 | 13 | C8 | 26 | 45 |
| Octal | 223 | 272 | 316 | 35 | 12 | 0 | 23 | 310 | 46 | 105 |
| Binary | 10010011 | 10111010 | 11001110 | 11101 | 1010 | 0 | 10011 | 11001000 | 100110 | 1000101 |
Color Harmonies of #93BACE
Complementary color
Monochromatic Colors of #93BACE
Black with #93BACE
Text Example
Text Example
White with #93BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BACE; }
p { color: rgb(147,186,206); }
H1.HeaderClassName
{
color: #93BACE;
}
.AnyTagClassName
{
color: #93BACE;
}
</style>
background-color css
<style>
a { background-color: #93BACE; }
a { background-color: rgb(147,186,206); }
div.DivClassName
{
background-color: #93BACE;
}
.BgClassName
{
background-color: #93BACE;
}
</style>
border-color css
<style>
span { border-color: #93BACE; }
span { border-color: rgb(147,186,206); }
td.TdClassName
{
border-color: #93BACE;
}
.TagClassName
{
border-color: #93BACE;
}
</style>