Shades of Nepal #91ADBD
Tints of Nepal #91ADBD
RGB
CMYK
RGB Variations
Color information
#91ADBD (or 0x91ADBD) is known color: Nepal. HEX triplet: 91, AD and BD. RGB value is (145,173,189). Sum of RGB (Red+Green+Blue) = 145+173+189=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #91ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADBD is #6E5242. Grayscale: #A6A6A6. Windows color (decimal): -7230019 or 12430737. OLE color: 12430737.
HSL color Cylindrical-coordinate representation of color #91ADBD: hue angle of 201.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91ADBD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 173 | 189 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.26 |
| HSL | 201.82º | 0.25% | 0.65% | - |
| HSV(B) | 201.82º | 0.23% | 0.74% | - |
| XYZ | 35.81 | 39.58 | 53.9 | - |
| YUV | 166.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 189 | 0.23 | 0.08 | 0 | 0.26 | 201.82 | 0.25 | 0.65 |
| Hex | 91 | AD | BD | 17 | 8 | 0 | 1A | CA | 19 | 41 |
| Octal | 221 | 255 | 275 | 27 | 10 | 0 | 32 | 312 | 31 | 101 |
| Binary | 10010001 | 10101101 | 10111101 | 10111 | 1000 | 0 | 11010 | 11001010 | 11001 | 1000001 |
Color Harmonies of #91ADBD
Complementary color
Monochromatic Colors of #91ADBD
Black with #91ADBD
Text Example
Text Example
White with #91ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADBD; }
p { color: rgb(145,173,189); }
H1.HeaderClassName
{
color: #91ADBD;
}
.AnyTagClassName
{
color: #91ADBD;
}
</style>
background-color css
<style>
a { background-color: #91ADBD; }
a { background-color: rgb(145,173,189); }
div.DivClassName
{
background-color: #91ADBD;
}
.BgClassName
{
background-color: #91ADBD;
}
</style>
border-color css
<style>
span { border-color: #91ADBD; }
span { border-color: rgb(145,173,189); }
td.TdClassName
{
border-color: #91ADBD;
}
.TagClassName
{
border-color: #91ADBD;
}
</style>