Shades of Botticelli #90B4B5
Tints of Botticelli #90B4B5
RGB
CMYK
RGB Variations
Color information
#90B4B5 (or 0x90B4B5) is known color: Botticelli. HEX triplet: 90, B4 and B5. RGB value is (144,180,181). Sum of RGB (Red+Green+Blue) = 144+180+181=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #90B4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4B5 is #6F4B4A. Grayscale: #A9A9A9. Windows color (decimal): -7293771 or 11908240. OLE color: 11908240.
HSL color Cylindrical-coordinate representation of color #90B4B5: hue angle of 181.62º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B4B5 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 181 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.29 |
| HSL | 181.62º | 0.2% | 0.64% | - |
| HSV(B) | 181.62º | 0.2% | 0.71% | - |
| XYZ | 36.16 | 41.91 | 49.9 | - |
| YUV | 169.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 181 | 0.20 | 0.01 | 0 | 0.29 | 181.62 | 0.2 | 0.64 |
| Hex | 90 | B4 | B5 | 14 | 1 | 0 | 1D | B6 | 14 | 40 |
| Octal | 220 | 264 | 265 | 24 | 1 | 0 | 35 | 266 | 24 | 100 |
| Binary | 10010000 | 10110100 | 10110101 | 10100 | 1 | 0 | 11101 | 10110110 | 10100 | 1000000 |
Color Harmonies of #90B4B5
Complementary color
Monochromatic Colors of #90B4B5
Black with #90B4B5
Text Example
Text Example
White with #90B4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B4B5; }
p { color: rgb(144,180,181); }
H1.HeaderClassName
{
color: #90B4B5;
}
.AnyTagClassName
{
color: #90B4B5;
}
</style>
background-color css
<style>
a { background-color: #90B4B5; }
a { background-color: rgb(144,180,181); }
div.DivClassName
{
background-color: #90B4B5;
}
.BgClassName
{
background-color: #90B4B5;
}
</style>
border-color css
<style>
span { border-color: #90B4B5; }
span { border-color: rgb(144,180,181); }
td.TdClassName
{
border-color: #90B4B5;
}
.TagClassName
{
border-color: #90B4B5;
}
</style>