Shades of Nepal #9BAFBD
Tints of Nepal #9BAFBD
RGB
CMYK
RGB Variations
Color information
#9BAFBD (or 0x9BAFBD) is known color: Nepal. HEX triplet: 9B, AF and BD. RGB value is (155,175,189). Sum of RGB (Red+Green+Blue) = 155+175+189=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 189 - color contains mainly: blue. Hex color #9BAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFBD is #645042. Grayscale: #AAAAAA. Windows color (decimal): -6574147 or 12431259. OLE color: 12431259.
HSL color Cylindrical-coordinate representation of color #9BAFBD: hue angle of 204.71º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAFBD is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 175 | 189 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.26 |
| HSL | 204.71º | 0.2% | 0.67% | - |
| HSV(B) | 204.71º | 0.18% | 0.74% | - |
| XYZ | 38.03 | 41.3 | 54.11 | - |
| YUV | 170.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 189 | 0.18 | 0.07 | 0 | 0.26 | 204.71 | 0.2 | 0.67 |
| Hex | 9B | AF | BD | 12 | 7 | 0 | 1A | CD | 14 | 43 |
| Octal | 233 | 257 | 275 | 22 | 7 | 0 | 32 | 315 | 24 | 103 |
| Binary | 10011011 | 10101111 | 10111101 | 10010 | 111 | 0 | 11010 | 11001101 | 10100 | 1000011 |
Color Harmonies of #9BAFBD
Complementary color
Monochromatic Colors of #9BAFBD
Black with #9BAFBD
Text Example
Text Example
White with #9BAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFBD; }
p { color: rgb(155,175,189); }
H1.HeaderClassName
{
color: #9BAFBD;
}
.AnyTagClassName
{
color: #9BAFBD;
}
</style>
background-color css
<style>
a { background-color: #9BAFBD; }
a { background-color: rgb(155,175,189); }
div.DivClassName
{
background-color: #9BAFBD;
}
.BgClassName
{
background-color: #9BAFBD;
}
</style>
border-color css
<style>
span { border-color: #9BAFBD; }
span { border-color: rgb(155,175,189); }
td.TdClassName
{
border-color: #9BAFBD;
}
.TagClassName
{
border-color: #9BAFBD;
}
</style>