Shades of Nepal #9BAEBB
Tints of Nepal #9BAEBB
RGB
CMYK
RGB Variations
Color information
#9BAEBB (or 0x9BAEBB) is known color: Nepal. HEX triplet: 9B, AE and BB. RGB value is (155,174,187). Sum of RGB (Red+Green+Blue) = 155+174+187=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBB is #645144. Grayscale: #A9A9A9. Windows color (decimal): -6574405 or 12299931. OLE color: 12299931.
HSL color Cylindrical-coordinate representation of color #9BAEBB: hue angle of 204.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BAEBB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 174 | 187 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.27 |
| HSL | 204.38º | 0.19% | 0.67% | - |
| HSV(B) | 204.38º | 0.17% | 0.73% | - |
| XYZ | 37.62 | 40.83 | 52.91 | - |
| YUV | 169.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 187 | 0.17 | 0.07 | 0 | 0.27 | 204.38 | 0.19 | 0.67 |
| Hex | 9B | AE | BB | 11 | 7 | 0 | 1B | CC | 13 | 43 |
| Octal | 233 | 256 | 273 | 21 | 7 | 0 | 33 | 314 | 23 | 103 |
| Binary | 10011011 | 10101110 | 10111011 | 10001 | 111 | 0 | 11011 | 11001100 | 10011 | 1000011 |
Color Harmonies of #9BAEBB
Complementary color
Monochromatic Colors of #9BAEBB
Black with #9BAEBB
Text Example
Text Example
White with #9BAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAEBB; }
p { color: rgb(155,174,187); }
H1.HeaderClassName
{
color: #9BAEBB;
}
.AnyTagClassName
{
color: #9BAEBB;
}
</style>
background-color css
<style>
a { background-color: #9BAEBB; }
a { background-color: rgb(155,174,187); }
div.DivClassName
{
background-color: #9BAEBB;
}
.BgClassName
{
background-color: #9BAEBB;
}
</style>
border-color css
<style>
span { border-color: #9BAEBB; }
span { border-color: rgb(155,174,187); }
td.TdClassName
{
border-color: #9BAEBB;
}
.TagClassName
{
border-color: #9BAEBB;
}
</style>