Shades of Nepal #8BAEBE
Tints of Nepal #8BAEBE
RGB
CMYK
RGB Variations
Color information
#8BAEBE (or 0x8BAEBE) is known color: Nepal. HEX triplet: 8B, AE and BE. RGB value is (139,174,190). Sum of RGB (Red+Green+Blue) = 139+174+190=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #8BAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEBE is #745141. Grayscale: #A5A5A5. Windows color (decimal): -7622978 or 12496523. OLE color: 12496523.
HSL color Cylindrical-coordinate representation of color #8BAEBE: hue angle of 198.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BAEBE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 174 | 190 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.25 |
| HSL | 198.82º | 0.28% | 0.65% | - |
| HSV(B) | 198.82º | 0.27% | 0.75% | - |
| XYZ | 35.08 | 39.48 | 54.49 | - |
| YUV | 165.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 190 | 0.27 | 0.08 | 0 | 0.25 | 198.82 | 0.28 | 0.65 |
| Hex | 8B | AE | BE | 1B | 8 | 0 | 19 | C7 | 1C | 41 |
| Octal | 213 | 256 | 276 | 33 | 10 | 0 | 31 | 307 | 34 | 101 |
| Binary | 10001011 | 10101110 | 10111110 | 11011 | 1000 | 0 | 11001 | 11000111 | 11100 | 1000001 |
Color Harmonies of #8BAEBE
Complementary color
Monochromatic Colors of #8BAEBE
Black with #8BAEBE
Text Example
Text Example
White with #8BAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEBE; }
p { color: rgb(139,174,190); }
H1.HeaderClassName
{
color: #8BAEBE;
}
.AnyTagClassName
{
color: #8BAEBE;
}
</style>
background-color css
<style>
a { background-color: #8BAEBE; }
a { background-color: rgb(139,174,190); }
div.DivClassName
{
background-color: #8BAEBE;
}
.BgClassName
{
background-color: #8BAEBE;
}
</style>
border-color css
<style>
span { border-color: #8BAEBE; }
span { border-color: rgb(139,174,190); }
td.TdClassName
{
border-color: #8BAEBE;
}
.TagClassName
{
border-color: #8BAEBE;
}
</style>