Shades of Botticelli #90BFC2
Tints of Botticelli #90BFC2
RGB
CMYK
RGB Variations
Color information
#90BFC2 (or 0x90BFC2) is known color: Botticelli. HEX triplet: 90, BF and C2. RGB value is (144,191,194). Sum of RGB (Red+Green+Blue) = 144+191+194=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #90BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFC2 is #6F403D. Grayscale: #B1B1B1. Windows color (decimal): -7290942 or 12763024. OLE color: 12763024.
HSL color Cylindrical-coordinate representation of color #90BFC2: hue angle of 183.6º degrees, saturation: 0.29, 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 #90BFC2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 191 | 194 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.24 |
| HSL | 183.6º | 0.29% | 0.66% | - |
| HSV(B) | 183.6º | 0.26% | 0.76% | - |
| XYZ | 39.87 | 47.09 | 58.03 | - |
| YUV | 177.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 194 | 0.26 | 0.02 | 0 | 0.24 | 183.6 | 0.29 | 0.66 |
| Hex | 90 | BF | C2 | 1A | 2 | 0 | 18 | B8 | 1D | 42 |
| Octal | 220 | 277 | 302 | 32 | 2 | 0 | 30 | 270 | 35 | 102 |
| Binary | 10010000 | 10111111 | 11000010 | 11010 | 10 | 0 | 11000 | 10111000 | 11101 | 1000010 |
Color Harmonies of #90BFC2
Complementary color
Monochromatic Colors of #90BFC2
Black with #90BFC2
Text Example
Text Example
White with #90BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFC2; }
p { color: rgb(144,191,194); }
H1.HeaderClassName
{
color: #90BFC2;
}
.AnyTagClassName
{
color: #90BFC2;
}
</style>
background-color css
<style>
a { background-color: #90BFC2; }
a { background-color: rgb(144,191,194); }
div.DivClassName
{
background-color: #90BFC2;
}
.BgClassName
{
background-color: #90BFC2;
}
</style>
border-color css
<style>
span { border-color: #90BFC2; }
span { border-color: rgb(144,191,194); }
td.TdClassName
{
border-color: #90BFC2;
}
.TagClassName
{
border-color: #90BFC2;
}
</style>