Shades of Botticelli #90B3B4
Tints of Botticelli #90B3B4
RGB
CMYK
RGB Variations
Color information
#90B3B4 (or 0x90B3B4) is known color: Botticelli. HEX triplet: 90, B3 and B4. RGB value is (144,179,180). Sum of RGB (Red+Green+Blue) = 144+179+180=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #90B3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3B4 is #6F4C4B. Grayscale: #A8A8A8. Windows color (decimal): -7294028 or 11842448. OLE color: 11842448.
HSL color Cylindrical-coordinate representation of color #90B3B4: hue angle of 181.67º degrees, saturation: 0.19, 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 #90B3B4 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 179 | 180 | - |
| CMYK | 0.2 | 0.01 | 0 | 0.29 |
| HSL | 181.67º | 0.19% | 0.64% | - |
| HSV(B) | 181.67º | 0.2% | 0.71% | - |
| XYZ | 35.86 | 41.46 | 49.29 | - |
| YUV | 168.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 180 | 0.2 | 0.01 | 0 | 0.29 | 181.67 | 0.19 | 0.64 |
| Hex | 90 | B3 | B4 | 14 | 1 | 0 | 1D | B6 | 13 | 40 |
| Octal | 220 | 263 | 264 | 24 | 1 | 0 | 35 | 266 | 23 | 100 |
| Binary | 10010000 | 10110011 | 10110100 | 10100 | 1 | 0 | 11101 | 10110110 | 10011 | 1000000 |
Color Harmonies of #90B3B4
Complementary color
Monochromatic Colors of #90B3B4
Black with #90B3B4
Text Example
Text Example
White with #90B3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B3B4; }
p { color: rgb(144,179,180); }
H1.HeaderClassName
{
color: #90B3B4;
}
.AnyTagClassName
{
color: #90B3B4;
}
</style>
background-color css
<style>
a { background-color: #90B3B4; }
a { background-color: rgb(144,179,180); }
div.DivClassName
{
background-color: #90B3B4;
}
.BgClassName
{
background-color: #90B3B4;
}
</style>
border-color css
<style>
span { border-color: #90B3B4; }
span { border-color: rgb(144,179,180); }
td.TdClassName
{
border-color: #90B3B4;
}
.TagClassName
{
border-color: #90B3B4;
}
</style>