Shades of Botticelli #90B1B4
Tints of Botticelli #90B1B4
RGB
CMYK
RGB Variations
Color information
#90B1B4 (or 0x90B1B4) is known color: Botticelli. HEX triplet: 90, B1 and B4. RGB value is (144,177,180). Sum of RGB (Red+Green+Blue) = 144+177+180=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 180 - color contains mainly: blue. Hex color #90B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B1B4 is #6F4E4B. Grayscale: #A7A7A7. Windows color (decimal): -7294540 or 11841936. OLE color: 11841936.
HSL color Cylindrical-coordinate representation of color #90B1B4: hue angle of 185º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B1B4 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 177 | 180 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.29 |
| HSL | 185º | 0.19% | 0.64% | - |
| HSV(B) | 185º | 0.2% | 0.71% | - |
| XYZ | 35.46 | 40.67 | 49.16 | - |
| YUV | 167.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 180 | 0.2 | 0.02 | 0 | 0.29 | 185 | 0.19 | 0.64 |
| Hex | 90 | B1 | B4 | 14 | 2 | 0 | 1D | B9 | 13 | 40 |
| Octal | 220 | 261 | 264 | 24 | 2 | 0 | 35 | 271 | 23 | 100 |
| Binary | 10010000 | 10110001 | 10110100 | 10100 | 10 | 0 | 11101 | 10111001 | 10011 | 1000000 |
Color Harmonies of #90B1B4
Complementary color
Monochromatic Colors of #90B1B4
Black with #90B1B4
Text Example
Text Example
White with #90B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B1B4; }
p { color: rgb(144,177,180); }
H1.HeaderClassName
{
color: #90B1B4;
}
.AnyTagClassName
{
color: #90B1B4;
}
</style>
background-color css
<style>
a { background-color: #90B1B4; }
a { background-color: rgb(144,177,180); }
div.DivClassName
{
background-color: #90B1B4;
}
.BgClassName
{
background-color: #90B1B4;
}
</style>
border-color css
<style>
span { border-color: #90B1B4; }
span { border-color: rgb(144,177,180); }
td.TdClassName
{
border-color: #90B1B4;
}
.TagClassName
{
border-color: #90B1B4;
}
</style>