Shades of Botticelli #90BFC4
Tints of Botticelli #90BFC4
RGB
CMYK
RGB Variations
Color information
#90BFC4 (or 0x90BFC4) is known color: Botticelli. HEX triplet: 90, BF and C4. RGB value is (144,191,196). Sum of RGB (Red+Green+Blue) = 144+191+196=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #90BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFC4 is #6F403B. Grayscale: #B1B1B1. Windows color (decimal): -7290940 or 12894096. OLE color: 12894096.
HSL color Cylindrical-coordinate representation of color #90BFC4: hue angle of 185.77º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BFC4 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 191 | 196 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.23 |
| HSL | 185.77º | 0.31% | 0.67% | - |
| HSV(B) | 185.77º | 0.27% | 0.77% | - |
| XYZ | 40.1 | 47.18 | 59.22 | - |
| YUV | 177.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 196 | 0.27 | 0.03 | 0 | 0.23 | 185.77 | 0.31 | 0.67 |
| Hex | 90 | BF | C4 | 1B | 3 | 0 | 17 | BA | 1F | 43 |
| Octal | 220 | 277 | 304 | 33 | 3 | 0 | 27 | 272 | 37 | 103 |
| Binary | 10010000 | 10111111 | 11000100 | 11011 | 11 | 0 | 10111 | 10111010 | 11111 | 1000011 |
Color Harmonies of #90BFC4
Complementary color
Monochromatic Colors of #90BFC4
Black with #90BFC4
Text Example
Text Example
White with #90BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFC4; }
p { color: rgb(144,191,196); }
H1.HeaderClassName
{
color: #90BFC4;
}
.AnyTagClassName
{
color: #90BFC4;
}
</style>
background-color css
<style>
a { background-color: #90BFC4; }
a { background-color: rgb(144,191,196); }
div.DivClassName
{
background-color: #90BFC4;
}
.BgClassName
{
background-color: #90BFC4;
}
</style>
border-color css
<style>
span { border-color: #90BFC4; }
span { border-color: rgb(144,191,196); }
td.TdClassName
{
border-color: #90BFC4;
}
.TagClassName
{
border-color: #90BFC4;
}
</style>