Shades of Nepal #90AEBF
Tints of Nepal #90AEBF
RGB
CMYK
RGB Variations
Color information
#90AEBF (or 0x90AEBF) is known color: Nepal. HEX triplet: 90, AE and BF. RGB value is (144,174,191). Sum of RGB (Red+Green+Blue) = 144+174+191=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #90AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEBF is #6F5140. Grayscale: #A6A6A6. Windows color (decimal): -7295297 or 12562064. OLE color: 12562064.
HSL color Cylindrical-coordinate representation of color #90AEBF: hue angle of 201.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90AEBF is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 174 | 191 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.25 |
| HSL | 201.7º | 0.27% | 0.66% | - |
| HSV(B) | 201.7º | 0.25% | 0.75% | - |
| XYZ | 36.04 | 39.96 | 55.1 | - |
| YUV | 166.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 191 | 0.25 | 0.09 | 0 | 0.25 | 201.7 | 0.27 | 0.66 |
| Hex | 90 | AE | BF | 19 | 9 | 0 | 19 | CA | 1B | 42 |
| Octal | 220 | 256 | 277 | 31 | 11 | 0 | 31 | 312 | 33 | 102 |
| Binary | 10010000 | 10101110 | 10111111 | 11001 | 1001 | 0 | 11001 | 11001010 | 11011 | 1000010 |
Color Harmonies of #90AEBF
Complementary color
Monochromatic Colors of #90AEBF
Black with #90AEBF
Text Example
Text Example
White with #90AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEBF; }
p { color: rgb(144,174,191); }
H1.HeaderClassName
{
color: #90AEBF;
}
.AnyTagClassName
{
color: #90AEBF;
}
</style>
background-color css
<style>
a { background-color: #90AEBF; }
a { background-color: rgb(144,174,191); }
div.DivClassName
{
background-color: #90AEBF;
}
.BgClassName
{
background-color: #90AEBF;
}
</style>
border-color css
<style>
span { border-color: #90AEBF; }
span { border-color: rgb(144,174,191); }
td.TdClassName
{
border-color: #90AEBF;
}
.TagClassName
{
border-color: #90AEBF;
}
</style>