Shades of Botticelli #8DBBBE
Tints of Botticelli #8DBBBE
RGB
CMYK
RGB Variations
Color information
#8DBBBE (or 0x8DBBBE) is known color: Botticelli. HEX triplet: 8D, BB and BE. RGB value is (141,187,190). Sum of RGB (Red+Green+Blue) = 141+187+190=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DBBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBBE is #724441. Grayscale: #ADADAD. Windows color (decimal): -7488578 or 12499853. OLE color: 12499853.
HSL color Cylindrical-coordinate representation of color #8DBBBE: hue angle of 183.67º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBBBE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 187 | 190 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.25 |
| HSL | 183.67º | 0.27% | 0.65% | - |
| HSV(B) | 183.67º | 0.26% | 0.75% | - |
| XYZ | 38.05 | 44.92 | 55.38 | - |
| YUV | 173.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 190 | 0.26 | 0.02 | 0 | 0.25 | 183.67 | 0.27 | 0.65 |
| Hex | 8D | BB | BE | 1A | 2 | 0 | 19 | B8 | 1B | 41 |
| Octal | 215 | 273 | 276 | 32 | 2 | 0 | 31 | 270 | 33 | 101 |
| Binary | 10001101 | 10111011 | 10111110 | 11010 | 10 | 0 | 11001 | 10111000 | 11011 | 1000001 |
Color Harmonies of #8DBBBE
Complementary color
Monochromatic Colors of #8DBBBE
Black with #8DBBBE
Text Example
Text Example
White with #8DBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBBE; }
p { color: rgb(141,187,190); }
H1.HeaderClassName
{
color: #8DBBBE;
}
.AnyTagClassName
{
color: #8DBBBE;
}
</style>
background-color css
<style>
a { background-color: #8DBBBE; }
a { background-color: rgb(141,187,190); }
div.DivClassName
{
background-color: #8DBBBE;
}
.BgClassName
{
background-color: #8DBBBE;
}
</style>
border-color css
<style>
span { border-color: #8DBBBE; }
span { border-color: rgb(141,187,190); }
td.TdClassName
{
border-color: #8DBBBE;
}
.TagClassName
{
border-color: #8DBBBE;
}
</style>