Shades of Botticelli #90B2B6
Tints of Botticelli #90B2B6
RGB
CMYK
RGB Variations
Color information
#90B2B6 (or 0x90B2B6) is known color: Botticelli. HEX triplet: 90, B2 and B6. RGB value is (144,178,182). Sum of RGB (Red+Green+Blue) = 144+178+182=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #90B2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2B6 is #6F4D49. Grayscale: #A8A8A8. Windows color (decimal): -7294282 or 11973264. OLE color: 11973264.
HSL color Cylindrical-coordinate representation of color #90B2B6: hue angle of 186.32º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B2B6 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 178 | 182 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.29 |
| HSL | 186.32º | 0.21% | 0.64% | - |
| HSV(B) | 186.32º | 0.21% | 0.71% | - |
| XYZ | 35.87 | 41.15 | 50.31 | - |
| YUV | 168.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 182 | 0.21 | 0.02 | 0 | 0.29 | 186.32 | 0.21 | 0.64 |
| Hex | 90 | B2 | B6 | 15 | 2 | 0 | 1D | BA | 15 | 40 |
| Octal | 220 | 262 | 266 | 25 | 2 | 0 | 35 | 272 | 25 | 100 |
| Binary | 10010000 | 10110010 | 10110110 | 10101 | 10 | 0 | 11101 | 10111010 | 10101 | 1000000 |
Color Harmonies of #90B2B6
Complementary color
Monochromatic Colors of #90B2B6
Black with #90B2B6
Text Example
Text Example
White with #90B2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2B6; }
p { color: rgb(144,178,182); }
H1.HeaderClassName
{
color: #90B2B6;
}
.AnyTagClassName
{
color: #90B2B6;
}
</style>
background-color css
<style>
a { background-color: #90B2B6; }
a { background-color: rgb(144,178,182); }
div.DivClassName
{
background-color: #90B2B6;
}
.BgClassName
{
background-color: #90B2B6;
}
</style>
border-color css
<style>
span { border-color: #90B2B6; }
span { border-color: rgb(144,178,182); }
td.TdClassName
{
border-color: #90B2B6;
}
.TagClassName
{
border-color: #90B2B6;
}
</style>