Shades of Botticelli #8DBBBC
Tints of Botticelli #8DBBBC
RGB
CMYK
RGB Variations
Color information
#8DBBBC (or 0x8DBBBC) is known color: Botticelli. HEX triplet: 8D, BB and BC. RGB value is (141,187,188). Sum of RGB (Red+Green+Blue) = 141+187+188=516 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.33% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #8DBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBBC is #724443. Grayscale: #ADADAD. Windows color (decimal): -7488580 or 12368781. OLE color: 12368781.
HSL color Cylindrical-coordinate representation of color #8DBBBC: hue angle of 181.28º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBBBC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 187 | 188 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.26 |
| HSL | 181.28º | 0.26% | 0.65% | - |
| HSV(B) | 181.28º | 0.25% | 0.74% | - |
| XYZ | 37.83 | 44.83 | 54.24 | - |
| YUV | 173.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 188 | 0.25 | 0.01 | 0 | 0.26 | 181.28 | 0.26 | 0.65 |
| Hex | 8D | BB | BC | 19 | 1 | 0 | 1A | B5 | 1A | 41 |
| Octal | 215 | 273 | 274 | 31 | 1 | 0 | 32 | 265 | 32 | 101 |
| Binary | 10001101 | 10111011 | 10111100 | 11001 | 1 | 0 | 11010 | 10110101 | 11010 | 1000001 |
Color Harmonies of #8DBBBC
Complementary color
Monochromatic Colors of #8DBBBC
Black with #8DBBBC
Text Example
Text Example
White with #8DBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBBC; }
p { color: rgb(141,187,188); }
H1.HeaderClassName
{
color: #8DBBBC;
}
.AnyTagClassName
{
color: #8DBBBC;
}
</style>
background-color css
<style>
a { background-color: #8DBBBC; }
a { background-color: rgb(141,187,188); }
div.DivClassName
{
background-color: #8DBBBC;
}
.BgClassName
{
background-color: #8DBBBC;
}
</style>
border-color css
<style>
span { border-color: #8DBBBC; }
span { border-color: rgb(141,187,188); }
td.TdClassName
{
border-color: #8DBBBC;
}
.TagClassName
{
border-color: #8DBBBC;
}
</style>