Shades of Nepal #9BB1BF
Tints of Nepal #9BB1BF
RGB
CMYK
RGB Variations
Color information
#9BB1BF (or 0x9BB1BF) is known color: Nepal. HEX triplet: 9B, B1 and BF. RGB value is (155,177,191). Sum of RGB (Red+Green+Blue) = 155+177+191=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1BF is #644E40. Grayscale: #ABABAB. Windows color (decimal): -6573633 or 12562843. OLE color: 12562843.
HSL color Cylindrical-coordinate representation of color #9BB1BF: hue angle of 203.33º 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 #9BB1BF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 177 | 191 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.25 |
| HSL | 203.33º | 0.22% | 0.68% | - |
| HSV(B) | 203.33º | 0.19% | 0.75% | - |
| XYZ | 38.64 | 42.17 | 55.39 | - |
| YUV | 172.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 191 | 0.19 | 0.07 | 0 | 0.25 | 203.33 | 0.22 | 0.68 |
| Hex | 9B | B1 | BF | 13 | 7 | 0 | 19 | CB | 16 | 44 |
| Octal | 233 | 261 | 277 | 23 | 7 | 0 | 31 | 313 | 26 | 104 |
| Binary | 10011011 | 10110001 | 10111111 | 10011 | 111 | 0 | 11001 | 11001011 | 10110 | 1000100 |
Color Harmonies of #9BB1BF
Complementary color
Monochromatic Colors of #9BB1BF
Black with #9BB1BF
Text Example
Text Example
White with #9BB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1BF; }
p { color: rgb(155,177,191); }
H1.HeaderClassName
{
color: #9BB1BF;
}
.AnyTagClassName
{
color: #9BB1BF;
}
</style>
background-color css
<style>
a { background-color: #9BB1BF; }
a { background-color: rgb(155,177,191); }
div.DivClassName
{
background-color: #9BB1BF;
}
.BgClassName
{
background-color: #9BB1BF;
}
</style>
border-color css
<style>
span { border-color: #9BB1BF; }
span { border-color: rgb(155,177,191); }
td.TdClassName
{
border-color: #9BB1BF;
}
.TagClassName
{
border-color: #9BB1BF;
}
</style>