Shades of Nepal #90ACBD
Tints of Nepal #90ACBD
RGB
CMYK
RGB Variations
Color information
#90ACBD (or 0x90ACBD) is known color: Nepal. HEX triplet: 90, AC and BD. RGB value is (144,172,189). Sum of RGB (Red+Green+Blue) = 144+172+189=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #90ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACBD is #6F5342. Grayscale: #A5A5A5. Windows color (decimal): -7295811 or 12430480. OLE color: 12430480.
HSL color Cylindrical-coordinate representation of color #90ACBD: hue angle of 202.67º 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 #90ACBD is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 172 | 189 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.26 |
| HSL | 202.67º | 0.25% | 0.65% | - |
| HSV(B) | 202.67º | 0.24% | 0.74% | - |
| XYZ | 35.44 | 39.11 | 53.82 | - |
| YUV | 165.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 189 | 0.24 | 0.09 | 0 | 0.26 | 202.67 | 0.25 | 0.65 |
| Hex | 90 | AC | BD | 18 | 9 | 0 | 1A | CB | 19 | 41 |
| Octal | 220 | 254 | 275 | 30 | 11 | 0 | 32 | 313 | 31 | 101 |
| Binary | 10010000 | 10101100 | 10111101 | 11000 | 1001 | 0 | 11010 | 11001011 | 11001 | 1000001 |
Color Harmonies of #90ACBD
Complementary color
Monochromatic Colors of #90ACBD
Black with #90ACBD
Text Example
Text Example
White with #90ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACBD; }
p { color: rgb(144,172,189); }
H1.HeaderClassName
{
color: #90ACBD;
}
.AnyTagClassName
{
color: #90ACBD;
}
</style>
background-color css
<style>
a { background-color: #90ACBD; }
a { background-color: rgb(144,172,189); }
div.DivClassName
{
background-color: #90ACBD;
}
.BgClassName
{
background-color: #90ACBD;
}
</style>
border-color css
<style>
span { border-color: #90ACBD; }
span { border-color: rgb(144,172,189); }
td.TdClassName
{
border-color: #90ACBD;
}
.TagClassName
{
border-color: #90ACBD;
}
</style>