Shades of Nepal #90ACBC
Tints of Nepal #90ACBC
RGB
CMYK
RGB Variations
Color information
#90ACBC (or 0x90ACBC) is known color: Nepal. HEX triplet: 90, AC and BC. RGB value is (144,172,188). Sum of RGB (Red+Green+Blue) = 144+172+188=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #90ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACBC is #6F5343. Grayscale: #A5A5A5. Windows color (decimal): -7295812 or 12364944. OLE color: 12364944.
HSL color Cylindrical-coordinate representation of color #90ACBC: 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 #90ACBC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 172 | 188 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.26 |
| HSL | 201.82º | 0.25% | 0.65% | - |
| HSV(B) | 201.82º | 0.23% | 0.74% | - |
| XYZ | 35.33 | 39.07 | 53.26 | - |
| YUV | 165.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 188 | 0.23 | 0.09 | 0 | 0.26 | 201.82 | 0.25 | 0.65 |
| Hex | 90 | AC | BC | 17 | 9 | 0 | 1A | CA | 19 | 41 |
| Octal | 220 | 254 | 274 | 27 | 11 | 0 | 32 | 312 | 31 | 101 |
| Binary | 10010000 | 10101100 | 10111100 | 10111 | 1001 | 0 | 11010 | 11001010 | 11001 | 1000001 |
Color Harmonies of #90ACBC
Complementary color
Monochromatic Colors of #90ACBC
Black with #90ACBC
Text Example
Text Example
White with #90ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACBC; }
p { color: rgb(144,172,188); }
H1.HeaderClassName
{
color: #90ACBC;
}
.AnyTagClassName
{
color: #90ACBC;
}
</style>
background-color css
<style>
a { background-color: #90ACBC; }
a { background-color: rgb(144,172,188); }
div.DivClassName
{
background-color: #90ACBC;
}
.BgClassName
{
background-color: #90ACBC;
}
</style>
border-color css
<style>
span { border-color: #90ACBC; }
span { border-color: rgb(144,172,188); }
td.TdClassName
{
border-color: #90ACBC;
}
.TagClassName
{
border-color: #90ACBC;
}
</style>