Shades of Botticelli #8DB4BB
Tints of Botticelli #8DB4BB
RGB
CMYK
RGB Variations
Color information
#8DB4BB (or 0x8DB4BB) is known color: Botticelli. HEX triplet: 8D, B4 and BB. RGB value is (141,180,187). Sum of RGB (Red+Green+Blue) = 141+180+187=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4BB is #724B44. Grayscale: #A9A9A9. Windows color (decimal): -7490373 or 12301453. OLE color: 12301453.
HSL color Cylindrical-coordinate representation of color #8DB4BB: hue angle of 189.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DB4BB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 180 | 187 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.27 |
| HSL | 189.13º | 0.25% | 0.64% | - |
| HSV(B) | 189.13º | 0.25% | 0.73% | - |
| XYZ | 36.28 | 41.89 | 53.19 | - |
| YUV | 169.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 187 | 0.25 | 0.04 | 0 | 0.27 | 189.13 | 0.25 | 0.64 |
| Hex | 8D | B4 | BB | 19 | 4 | 0 | 1B | BD | 19 | 40 |
| Octal | 215 | 264 | 273 | 31 | 4 | 0 | 33 | 275 | 31 | 100 |
| Binary | 10001101 | 10110100 | 10111011 | 11001 | 100 | 0 | 11011 | 10111101 | 11001 | 1000000 |
Color Harmonies of #8DB4BB
Complementary color
Monochromatic Colors of #8DB4BB
Black with #8DB4BB
Text Example
Text Example
White with #8DB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4BB; }
p { color: rgb(141,180,187); }
H1.HeaderClassName
{
color: #8DB4BB;
}
.AnyTagClassName
{
color: #8DB4BB;
}
</style>
background-color css
<style>
a { background-color: #8DB4BB; }
a { background-color: rgb(141,180,187); }
div.DivClassName
{
background-color: #8DB4BB;
}
.BgClassName
{
background-color: #8DB4BB;
}
</style>
border-color css
<style>
span { border-color: #8DB4BB; }
span { border-color: rgb(141,180,187); }
td.TdClassName
{
border-color: #8DB4BB;
}
.TagClassName
{
border-color: #8DB4BB;
}
</style>