Shades of Botticelli #90BAC3
Tints of Botticelli #90BAC3
RGB
CMYK
RGB Variations
Color information
#90BAC3 (or 0x90BAC3) is known color: Botticelli. HEX triplet: 90, BA and C3. RGB value is (144,186,195). Sum of RGB (Red+Green+Blue) = 144+186+195=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #90BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC3 is #6F453C. Grayscale: #AEAEAE. Windows color (decimal): -7292221 or 12827280. OLE color: 12827280.
HSL color Cylindrical-coordinate representation of color #90BAC3: hue angle of 190.59º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90BAC3 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 186 | 195 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.24 |
| HSL | 190.59º | 0.3% | 0.66% | - |
| HSV(B) | 190.59º | 0.26% | 0.76% | - |
| XYZ | 38.91 | 44.99 | 58.26 | - |
| YUV | 174.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 195 | 0.26 | 0.05 | 0 | 0.24 | 190.59 | 0.3 | 0.66 |
| Hex | 90 | BA | C3 | 1A | 5 | 0 | 18 | BF | 1E | 42 |
| Octal | 220 | 272 | 303 | 32 | 5 | 0 | 30 | 277 | 36 | 102 |
| Binary | 10010000 | 10111010 | 11000011 | 11010 | 101 | 0 | 11000 | 10111111 | 11110 | 1000010 |
Color Harmonies of #90BAC3
Complementary color
Monochromatic Colors of #90BAC3
Black with #90BAC3
Text Example
Text Example
White with #90BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAC3; }
p { color: rgb(144,186,195); }
H1.HeaderClassName
{
color: #90BAC3;
}
.AnyTagClassName
{
color: #90BAC3;
}
</style>
background-color css
<style>
a { background-color: #90BAC3; }
a { background-color: rgb(144,186,195); }
div.DivClassName
{
background-color: #90BAC3;
}
.BgClassName
{
background-color: #90BAC3;
}
</style>
border-color css
<style>
span { border-color: #90BAC3; }
span { border-color: rgb(144,186,195); }
td.TdClassName
{
border-color: #90BAC3;
}
.TagClassName
{
border-color: #90BAC3;
}
</style>