Shades of Nepal #90ADBD
Tints of Nepal #90ADBD
RGB
CMYK
RGB Variations
Color information
#90ADBD (or 0x90ADBD) is known color: Nepal. HEX triplet: 90, AD and BD. RGB value is (144,173,189). Sum of RGB (Red+Green+Blue) = 144+173+189=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #90ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADBD is #6F5242. Grayscale: #A6A6A6. Windows color (decimal): -7295555 or 12430736. OLE color: 12430736.
HSL color Cylindrical-coordinate representation of color #90ADBD: hue angle of 201.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90ADBD is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 173 | 189 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.26 |
| HSL | 201.33º | 0.25% | 0.65% | - |
| HSV(B) | 201.33º | 0.24% | 0.74% | - |
| XYZ | 35.63 | 39.49 | 53.89 | - |
| YUV | 166.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 189 | 0.24 | 0.08 | 0 | 0.26 | 201.33 | 0.25 | 0.65 |
| Hex | 90 | AD | BD | 18 | 8 | 0 | 1A | C9 | 19 | 41 |
| Octal | 220 | 255 | 275 | 30 | 10 | 0 | 32 | 311 | 31 | 101 |
| Binary | 10010000 | 10101101 | 10111101 | 11000 | 1000 | 0 | 11010 | 11001001 | 11001 | 1000001 |
Color Harmonies of #90ADBD
Complementary color
Monochromatic Colors of #90ADBD
Black with #90ADBD
Text Example
Text Example
White with #90ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADBD; }
p { color: rgb(144,173,189); }
H1.HeaderClassName
{
color: #90ADBD;
}
.AnyTagClassName
{
color: #90ADBD;
}
</style>
background-color css
<style>
a { background-color: #90ADBD; }
a { background-color: rgb(144,173,189); }
div.DivClassName
{
background-color: #90ADBD;
}
.BgClassName
{
background-color: #90ADBD;
}
</style>
border-color css
<style>
span { border-color: #90ADBD; }
span { border-color: rgb(144,173,189); }
td.TdClassName
{
border-color: #90ADBD;
}
.TagClassName
{
border-color: #90ADBD;
}
</style>