Shades of Nepal #91ABBB
Tints of Nepal #91ABBB
RGB
CMYK
RGB Variations
Color information
#91ABBB (or 0x91ABBB) is known color: Nepal. HEX triplet: 91, AB and BB. RGB value is (145,171,187). Sum of RGB (Red+Green+Blue) = 145+171+187=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #91ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABBB is #6E5444. Grayscale: #A4A4A4. Windows color (decimal): -7230533 or 12299153. OLE color: 12299153.
HSL color Cylindrical-coordinate representation of color #91ABBB: hue angle of 202.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91ABBB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 171 | 187 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.27 |
| HSL | 202.86º | 0.24% | 0.65% | - |
| HSV(B) | 202.86º | 0.22% | 0.73% | - |
| XYZ | 35.21 | 38.73 | 52.63 | - |
| YUV | 165.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 187 | 0.22 | 0.09 | 0 | 0.27 | 202.86 | 0.24 | 0.65 |
| Hex | 91 | AB | BB | 16 | 9 | 0 | 1B | CB | 18 | 41 |
| Octal | 221 | 253 | 273 | 26 | 11 | 0 | 33 | 313 | 30 | 101 |
| Binary | 10010001 | 10101011 | 10111011 | 10110 | 1001 | 0 | 11011 | 11001011 | 11000 | 1000001 |
Color Harmonies of #91ABBB
Complementary color
Monochromatic Colors of #91ABBB
Black with #91ABBB
Text Example
Text Example
White with #91ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABBB; }
p { color: rgb(145,171,187); }
H1.HeaderClassName
{
color: #91ABBB;
}
.AnyTagClassName
{
color: #91ABBB;
}
</style>
background-color css
<style>
a { background-color: #91ABBB; }
a { background-color: rgb(145,171,187); }
div.DivClassName
{
background-color: #91ABBB;
}
.BgClassName
{
background-color: #91ABBB;
}
</style>
border-color css
<style>
span { border-color: #91ABBB; }
span { border-color: rgb(145,171,187); }
td.TdClassName
{
border-color: #91ABBB;
}
.TagClassName
{
border-color: #91ABBB;
}
</style>