Shades of Nepal #8CAABB
Tints of Nepal #8CAABB
RGB
CMYK
RGB Variations
Color information
#8CAABB (or 0x8CAABB) is known color: Nepal. HEX triplet: 8C, AA and BB. RGB value is (140,170,187). Sum of RGB (Red+Green+Blue) = 140+170+187=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAABB is #735544. Grayscale: #A2A2A2. Windows color (decimal): -7558469 or 12298892. OLE color: 12298892.
HSL color Cylindrical-coordinate representation of color #8CAABB: hue angle of 201.7º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CAABB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 170 | 187 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.27 |
| HSL | 201.7º | 0.26% | 0.64% | - |
| HSV(B) | 201.7º | 0.25% | 0.73% | - |
| XYZ | 34.16 | 37.91 | 52.53 | - |
| YUV | 162.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 187 | 0.25 | 0.09 | 0 | 0.27 | 201.7 | 0.26 | 0.64 |
| Hex | 8C | AA | BB | 19 | 9 | 0 | 1B | CA | 1A | 40 |
| Octal | 214 | 252 | 273 | 31 | 11 | 0 | 33 | 312 | 32 | 100 |
| Binary | 10001100 | 10101010 | 10111011 | 11001 | 1001 | 0 | 11011 | 11001010 | 11010 | 1000000 |
Color Harmonies of #8CAABB
Complementary color
Monochromatic Colors of #8CAABB
Black with #8CAABB
Text Example
Text Example
White with #8CAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAABB; }
p { color: rgb(140,170,187); }
H1.HeaderClassName
{
color: #8CAABB;
}
.AnyTagClassName
{
color: #8CAABB;
}
</style>
background-color css
<style>
a { background-color: #8CAABB; }
a { background-color: rgb(140,170,187); }
div.DivClassName
{
background-color: #8CAABB;
}
.BgClassName
{
background-color: #8CAABB;
}
</style>
border-color css
<style>
span { border-color: #8CAABB; }
span { border-color: rgb(140,170,187); }
td.TdClassName
{
border-color: #8CAABB;
}
.TagClassName
{
border-color: #8CAABB;
}
</style>