Shades of Nepal #9AB2BE
Tints of Nepal #9AB2BE
RGB
CMYK
RGB Variations
Color information
#9AB2BE (or 0x9AB2BE) is known color: Nepal. HEX triplet: 9A, B2 and BE. RGB value is (154,178,190). Sum of RGB (Red+Green+Blue) = 154+178+190=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2BE is #654D41. Grayscale: #ACACAC. Windows color (decimal): -6638914 or 12497562. OLE color: 12497562.
HSL color Cylindrical-coordinate representation of color #9AB2BE: hue angle of 200º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB2BE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 178 | 190 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.25 |
| HSL | 200º | 0.22% | 0.67% | - |
| HSV(B) | 200º | 0.19% | 0.75% | - |
| XYZ | 38.54 | 42.43 | 54.87 | - |
| YUV | 172.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 190 | 0.19 | 0.06 | 0 | 0.25 | 200 | 0.22 | 0.67 |
| Hex | 9A | B2 | BE | 13 | 6 | 0 | 19 | C8 | 16 | 43 |
| Octal | 232 | 262 | 276 | 23 | 6 | 0 | 31 | 310 | 26 | 103 |
| Binary | 10011010 | 10110010 | 10111110 | 10011 | 110 | 0 | 11001 | 11001000 | 10110 | 1000011 |
Color Harmonies of #9AB2BE
Complementary color
Monochromatic Colors of #9AB2BE
Black with #9AB2BE
Text Example
Text Example
White with #9AB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB2BE; }
p { color: rgb(154,178,190); }
H1.HeaderClassName
{
color: #9AB2BE;
}
.AnyTagClassName
{
color: #9AB2BE;
}
</style>
background-color css
<style>
a { background-color: #9AB2BE; }
a { background-color: rgb(154,178,190); }
div.DivClassName
{
background-color: #9AB2BE;
}
.BgClassName
{
background-color: #9AB2BE;
}
</style>
border-color css
<style>
span { border-color: #9AB2BE; }
span { border-color: rgb(154,178,190); }
td.TdClassName
{
border-color: #9AB2BE;
}
.TagClassName
{
border-color: #9AB2BE;
}
</style>