Shades of Nepal #9BABB4
Tints of Nepal #9BABB4
RGB
CMYK
RGB Variations
Color information
#9BABB4 (or 0x9BABB4) is known color: Nepal. HEX triplet: 9B, AB and B4. RGB value is (155,171,180). Sum of RGB (Red+Green+Blue) = 155+171+180=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABB4 is #64544B. Grayscale: #A7A7A7. Windows color (decimal): -6575180 or 11840411. OLE color: 11840411.
HSL color Cylindrical-coordinate representation of color #9BABB4: hue angle of 201.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BABB4 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 171 | 180 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.29 |
| HSL | 201.6º | 0.14% | 0.66% | - |
| HSV(B) | 201.6º | 0.14% | 0.71% | - |
| XYZ | 36.32 | 39.39 | 48.87 | - |
| YUV | 167.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 180 | 0.14 | 0.05 | 0 | 0.29 | 201.6 | 0.14 | 0.66 |
| Hex | 9B | AB | B4 | E | 5 | 0 | 1D | CA | E | 42 |
| Octal | 233 | 253 | 264 | 16 | 5 | 0 | 35 | 312 | 16 | 102 |
| Binary | 10011011 | 10101011 | 10110100 | 1110 | 101 | 0 | 11101 | 11001010 | 1110 | 1000010 |
Color Harmonies of #9BABB4
Complementary color
Monochromatic Colors of #9BABB4
Black with #9BABB4
Text Example
Text Example
White with #9BABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BABB4; }
p { color: rgb(155,171,180); }
H1.HeaderClassName
{
color: #9BABB4;
}
.AnyTagClassName
{
color: #9BABB4;
}
</style>
background-color css
<style>
a { background-color: #9BABB4; }
a { background-color: rgb(155,171,180); }
div.DivClassName
{
background-color: #9BABB4;
}
.BgClassName
{
background-color: #9BABB4;
}
</style>
border-color css
<style>
span { border-color: #9BABB4; }
span { border-color: rgb(155,171,180); }
td.TdClassName
{
border-color: #9BABB4;
}
.TagClassName
{
border-color: #9BABB4;
}
</style>