Shades of Nepal #9AB2C0
Tints of Nepal #9AB2C0
RGB
CMYK
RGB Variations
Color information
#9AB2C0 (or 0x9AB2C0) is known color: Nepal. HEX triplet: 9A, B2 and C0. RGB value is (154,178,192). Sum of RGB (Red+Green+Blue) = 154+178+192=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #9AB2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2C0 is #654D3F. Grayscale: #ACACAC. Windows color (decimal): -6638912 or 12628634. OLE color: 12628634.
HSL color Cylindrical-coordinate representation of color #9AB2C0: hue angle of 202.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AB2C0 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 178 | 192 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.25 |
| HSL | 202.11º | 0.23% | 0.68% | - |
| HSV(B) | 202.11º | 0.2% | 0.75% | - |
| XYZ | 38.76 | 42.52 | 56.03 | - |
| YUV | 172.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 192 | 0.20 | 0.07 | 0 | 0.25 | 202.11 | 0.23 | 0.68 |
| Hex | 9A | B2 | C0 | 14 | 7 | 0 | 19 | CA | 17 | 44 |
| Octal | 232 | 262 | 300 | 24 | 7 | 0 | 31 | 312 | 27 | 104 |
| Binary | 10011010 | 10110010 | 11000000 | 10100 | 111 | 0 | 11001 | 11001010 | 10111 | 1000100 |
Color Harmonies of #9AB2C0
Complementary color
Monochromatic Colors of #9AB2C0
Black with #9AB2C0
Text Example
Text Example
White with #9AB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB2C0; }
p { color: rgb(154,178,192); }
H1.HeaderClassName
{
color: #9AB2C0;
}
.AnyTagClassName
{
color: #9AB2C0;
}
</style>
background-color css
<style>
a { background-color: #9AB2C0; }
a { background-color: rgb(154,178,192); }
div.DivClassName
{
background-color: #9AB2C0;
}
.BgClassName
{
background-color: #9AB2C0;
}
</style>
border-color css
<style>
span { border-color: #9AB2C0; }
span { border-color: rgb(154,178,192); }
td.TdClassName
{
border-color: #9AB2C0;
}
.TagClassName
{
border-color: #9AB2C0;
}
</style>