Shades of Botticelli #8BADB7
Tints of Botticelli #8BADB7
RGB
CMYK
RGB Variations
Color information
#8BADB7 (or 0x8BADB7) is known color: Botticelli. HEX triplet: 8B, AD and B7. RGB value is (139,173,183). Sum of RGB (Red+Green+Blue) = 139+173+183=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #8BADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADB7 is #745248. Grayscale: #A3A3A3. Windows color (decimal): -7623241 or 12037515. OLE color: 12037515.
HSL color Cylindrical-coordinate representation of color #8BADB7: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BADB7 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 173 | 183 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.28 |
| HSL | 193.64º | 0.23% | 0.63% | - |
| HSV(B) | 193.64º | 0.24% | 0.72% | - |
| XYZ | 34.14 | 38.8 | 50.49 | - |
| YUV | 163.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 183 | 0.24 | 0.05 | 0 | 0.28 | 193.64 | 0.23 | 0.63 |
| Hex | 8B | AD | B7 | 18 | 5 | 0 | 1C | C2 | 17 | 3F |
| Octal | 213 | 255 | 267 | 30 | 5 | 0 | 34 | 302 | 27 | 77 |
| Binary | 10001011 | 10101101 | 10110111 | 11000 | 101 | 0 | 11100 | 11000010 | 10111 | 111111 |
Color Harmonies of #8BADB7
Complementary color
Monochromatic Colors of #8BADB7
Black with #8BADB7
Text Example
Text Example
White with #8BADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADB7; }
p { color: rgb(139,173,183); }
H1.HeaderClassName
{
color: #8BADB7;
}
.AnyTagClassName
{
color: #8BADB7;
}
</style>
background-color css
<style>
a { background-color: #8BADB7; }
a { background-color: rgb(139,173,183); }
div.DivClassName
{
background-color: #8BADB7;
}
.BgClassName
{
background-color: #8BADB7;
}
</style>
border-color css
<style>
span { border-color: #8BADB7; }
span { border-color: rgb(139,173,183); }
td.TdClassName
{
border-color: #8BADB7;
}
.TagClassName
{
border-color: #8BADB7;
}
</style>