Shades of Nepal #9BB6CA
Tints of Nepal #9BB6CA
RGB
CMYK
RGB Variations
Color information
#9BB6CA (or 0x9BB6CA) is known color: Nepal. HEX triplet: 9B, B6 and CA. RGB value is (155,182,202). Sum of RGB (Red+Green+Blue) = 155+182+202=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6CA is #644935. Grayscale: #B0B0B0. Windows color (decimal): -6572342 or 13285019. OLE color: 13285019.
HSL color Cylindrical-coordinate representation of color #9BB6CA: hue angle of 205.53º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BB6CA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 182 | 202 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.21 |
| HSL | 205.53º | 0.31% | 0.7% | - |
| HSV(B) | 205.53º | 0.23% | 0.79% | - |
| XYZ | 40.91 | 44.69 | 62.35 | - |
| YUV | 176.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 202 | 0.23 | 0.10 | 0 | 0.21 | 205.53 | 0.31 | 0.7 |
| Hex | 9B | B6 | CA | 17 | A | 0 | 15 | CE | 1F | 46 |
| Octal | 233 | 266 | 312 | 27 | 12 | 0 | 25 | 316 | 37 | 106 |
| Binary | 10011011 | 10110110 | 11001010 | 10111 | 1010 | 0 | 10101 | 11001110 | 11111 | 1000110 |
Color Harmonies of #9BB6CA
Complementary color
Monochromatic Colors of #9BB6CA
Black with #9BB6CA
Text Example
Text Example
White with #9BB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB6CA; }
p { color: rgb(155,182,202); }
H1.HeaderClassName
{
color: #9BB6CA;
}
.AnyTagClassName
{
color: #9BB6CA;
}
</style>
background-color css
<style>
a { background-color: #9BB6CA; }
a { background-color: rgb(155,182,202); }
div.DivClassName
{
background-color: #9BB6CA;
}
.BgClassName
{
background-color: #9BB6CA;
}
</style>
border-color css
<style>
span { border-color: #9BB6CA; }
span { border-color: rgb(155,182,202); }
td.TdClassName
{
border-color: #9BB6CA;
}
.TagClassName
{
border-color: #9BB6CA;
}
</style>