Shades of Nepal #9AB0BF
Tints of Nepal #9AB0BF
RGB
CMYK
RGB Variations
Color information
#9AB0BF (or 0x9AB0BF) is known color: Nepal. HEX triplet: 9A, B0 and BF. RGB value is (154,176,191). Sum of RGB (Red+Green+Blue) = 154+176+191=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0BF is #654F40. Grayscale: #ABABAB. Windows color (decimal): -6639425 or 12562586. OLE color: 12562586.
HSL color Cylindrical-coordinate representation of color #9AB0BF: hue angle of 204.32º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB0BF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 176 | 191 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.25 |
| HSL | 204.32º | 0.22% | 0.68% | - |
| HSV(B) | 204.32º | 0.19% | 0.75% | - |
| XYZ | 38.26 | 41.68 | 55.32 | - |
| YUV | 171.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 191 | 0.19 | 0.08 | 0 | 0.25 | 204.32 | 0.22 | 0.68 |
| Hex | 9A | B0 | BF | 13 | 8 | 0 | 19 | CC | 16 | 44 |
| Octal | 232 | 260 | 277 | 23 | 10 | 0 | 31 | 314 | 26 | 104 |
| Binary | 10011010 | 10110000 | 10111111 | 10011 | 1000 | 0 | 11001 | 11001100 | 10110 | 1000100 |
Color Harmonies of #9AB0BF
Complementary color
Monochromatic Colors of #9AB0BF
Black with #9AB0BF
Text Example
Text Example
White with #9AB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0BF; }
p { color: rgb(154,176,191); }
H1.HeaderClassName
{
color: #9AB0BF;
}
.AnyTagClassName
{
color: #9AB0BF;
}
</style>
background-color css
<style>
a { background-color: #9AB0BF; }
a { background-color: rgb(154,176,191); }
div.DivClassName
{
background-color: #9AB0BF;
}
.BgClassName
{
background-color: #9AB0BF;
}
</style>
border-color css
<style>
span { border-color: #9AB0BF; }
span { border-color: rgb(154,176,191); }
td.TdClassName
{
border-color: #9AB0BF;
}
.TagClassName
{
border-color: #9AB0BF;
}
</style>