Shades of Botticelli #90B5C3
Tints of Botticelli #90B5C3
RGB
CMYK
RGB Variations
Color information
#90B5C3 (or 0x90B5C3) is known color: Botticelli. HEX triplet: 90, B5 and C3. RGB value is (144,181,195). Sum of RGB (Red+Green+Blue) = 144+181+195=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #90B5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5C3 is #6F4A3C. Grayscale: #ABABAB. Windows color (decimal): -7293501 or 12826000. OLE color: 12826000.
HSL color Cylindrical-coordinate representation of color #90B5C3: hue angle of 196.47º 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 #90B5C3 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 181 | 195 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.24 |
| HSL | 196.47º | 0.3% | 0.66% | - |
| HSV(B) | 196.47º | 0.26% | 0.76% | - |
| XYZ | 37.88 | 42.92 | 57.92 | - |
| YUV | 171.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 195 | 0.26 | 0.07 | 0 | 0.24 | 196.47 | 0.3 | 0.66 |
| Hex | 90 | B5 | C3 | 1A | 7 | 0 | 18 | C4 | 1E | 42 |
| Octal | 220 | 265 | 303 | 32 | 7 | 0 | 30 | 304 | 36 | 102 |
| Binary | 10010000 | 10110101 | 11000011 | 11010 | 111 | 0 | 11000 | 11000100 | 11110 | 1000010 |
Color Harmonies of #90B5C3
Complementary color
Monochromatic Colors of #90B5C3
Black with #90B5C3
Text Example
Text Example
White with #90B5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5C3; }
p { color: rgb(144,181,195); }
H1.HeaderClassName
{
color: #90B5C3;
}
.AnyTagClassName
{
color: #90B5C3;
}
</style>
background-color css
<style>
a { background-color: #90B5C3; }
a { background-color: rgb(144,181,195); }
div.DivClassName
{
background-color: #90B5C3;
}
.BgClassName
{
background-color: #90B5C3;
}
</style>
border-color css
<style>
span { border-color: #90B5C3; }
span { border-color: rgb(144,181,195); }
td.TdClassName
{
border-color: #90B5C3;
}
.TagClassName
{
border-color: #90B5C3;
}
</style>