Shades of Nepal #8BAEC3
Tints of Nepal #8BAEC3
RGB
CMYK
RGB Variations
Color information
#8BAEC3 (or 0x8BAEC3) is known color: Nepal. HEX triplet: 8B, AE and C3. RGB value is (139,174,195). Sum of RGB (Red+Green+Blue) = 139+174+195=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #8BAEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEC3 is #74513C. Grayscale: #A5A5A5. Windows color (decimal): -7622973 or 12824203. OLE color: 12824203.
HSL color Cylindrical-coordinate representation of color #8BAEC3: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BAEC3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 174 | 195 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.24 |
| HSL | 202.5º | 0.32% | 0.65% | - |
| HSV(B) | 202.5º | 0.29% | 0.76% | - |
| XYZ | 35.63 | 39.7 | 57.41 | - |
| YUV | 165.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 195 | 0.29 | 0.11 | 0 | 0.24 | 202.5 | 0.32 | 0.65 |
| Hex | 8B | AE | C3 | 1D | B | 0 | 18 | CA | 20 | 41 |
| Octal | 213 | 256 | 303 | 35 | 13 | 0 | 30 | 312 | 40 | 101 |
| Binary | 10001011 | 10101110 | 11000011 | 11101 | 1011 | 0 | 11000 | 11001010 | 100000 | 1000001 |
Color Harmonies of #8BAEC3
Complementary color
Monochromatic Colors of #8BAEC3
Black with #8BAEC3
Text Example
Text Example
White with #8BAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEC3; }
p { color: rgb(139,174,195); }
H1.HeaderClassName
{
color: #8BAEC3;
}
.AnyTagClassName
{
color: #8BAEC3;
}
</style>
background-color css
<style>
a { background-color: #8BAEC3; }
a { background-color: rgb(139,174,195); }
div.DivClassName
{
background-color: #8BAEC3;
}
.BgClassName
{
background-color: #8BAEC3;
}
</style>
border-color css
<style>
span { border-color: #8BAEC3; }
span { border-color: rgb(139,174,195); }
td.TdClassName
{
border-color: #8BAEC3;
}
.TagClassName
{
border-color: #8BAEC3;
}
</style>