Shades of Botticelli #90B6B7
Tints of Botticelli #90B6B7
RGB
CMYK
RGB Variations
Color information
#90B6B7 (or 0x90B6B7) is known color: Botticelli. HEX triplet: 90, B6 and B7. RGB value is (144,182,183). Sum of RGB (Red+Green+Blue) = 144+182+183=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #90B6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6B7 is #6F4948. Grayscale: #AAAAAA. Windows color (decimal): -7293257 or 12039824. OLE color: 12039824.
HSL color Cylindrical-coordinate representation of color #90B6B7: hue angle of 181.54º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90B6B7 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 144 | 182 | 183 | - |
CMYK | 0.21 | 0.01 | 0 | 0.28 |
HSL | 181.54º | 0.21% | 0.64% | - |
HSV(B) | 181.54º | 0.21% | 0.72% | - |
XYZ | 36.78 | 42.8 | 51.12 | - |
YUV | 170.75 | 134.91 | 108.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 182 | 183 | 0.21 | 0.01 | 0 | 0.28 | 181.54 | 0.21 | 0.64 |
Hex | 90 | B6 | B7 | 15 | 1 | 0 | 1C | B6 | 15 | 40 |
Octal | 220 | 266 | 267 | 25 | 1 | 0 | 34 | 266 | 25 | 100 |
Binary | 10010000 | 10110110 | 10110111 | 10101 | 1 | 0 | 11100 | 10110110 | 10101 | 1000000 |
Color Harmonies of #90B6B7
Complementary color
Monochromatic Colors of #90B6B7
Black with #90B6B7
Text Example
Text Example
White with #90B6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B6B7; }
p { color: rgb(144,182,183); }
H1.HeaderClassName
{
color: #90B6B7;
}
.AnyTagClassName
{
color: #90B6B7;
}
</style>
background-color css
<style>
a { background-color: #90B6B7; }
a { background-color: rgb(144,182,183); }
div.DivClassName
{
background-color: #90B6B7;
}
.BgClassName
{
background-color: #90B6B7;
}
</style>
border-color css
<style>
span { border-color: #90B6B7; }
span { border-color: rgb(144,182,183); }
td.TdClassName
{
border-color: #90B6B7;
}
.TagClassName
{
border-color: #90B6B7;
}
</style>