Shades of Nepal #8CABBD
Tints of Nepal #8CABBD
RGB
CMYK
RGB Variations
Color information
#8CABBD (or 0x8CABBD) is known color: Nepal. HEX triplet: 8C, AB and BD. RGB value is (140,171,189). Sum of RGB (Red+Green+Blue) = 140+171+189=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABBD is #735442. Grayscale: #A3A3A3. Windows color (decimal): -7558211 or 12430220. OLE color: 12430220.
HSL color Cylindrical-coordinate representation of color #8CABBD: hue angle of 202.04º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CABBD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 171 | 189 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.26 |
| HSL | 202.04º | 0.27% | 0.65% | - |
| HSV(B) | 202.04º | 0.26% | 0.74% | - |
| XYZ | 34.56 | 38.38 | 53.73 | - |
| YUV | 163.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 189 | 0.26 | 0.10 | 0 | 0.26 | 202.04 | 0.27 | 0.65 |
| Hex | 8C | AB | BD | 1A | A | 0 | 1A | CA | 1B | 41 |
| Octal | 214 | 253 | 275 | 32 | 12 | 0 | 32 | 312 | 33 | 101 |
| Binary | 10001100 | 10101011 | 10111101 | 11010 | 1010 | 0 | 11010 | 11001010 | 11011 | 1000001 |
Color Harmonies of #8CABBD
Complementary color
Monochromatic Colors of #8CABBD
Black with #8CABBD
Text Example
Text Example
White with #8CABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABBD; }
p { color: rgb(140,171,189); }
H1.HeaderClassName
{
color: #8CABBD;
}
.AnyTagClassName
{
color: #8CABBD;
}
</style>
background-color css
<style>
a { background-color: #8CABBD; }
a { background-color: rgb(140,171,189); }
div.DivClassName
{
background-color: #8CABBD;
}
.BgClassName
{
background-color: #8CABBD;
}
</style>
border-color css
<style>
span { border-color: #8CABBD; }
span { border-color: rgb(140,171,189); }
td.TdClassName
{
border-color: #8CABBD;
}
.TagClassName
{
border-color: #8CABBD;
}
</style>