Shades of Botticelli #8DBBC2
Tints of Botticelli #8DBBC2
RGB
CMYK
RGB Variations
Color information
#8DBBC2 (or 0x8DBBC2) is known color: Botticelli. HEX triplet: 8D, BB and C2. RGB value is (141,187,194). Sum of RGB (Red+Green+Blue) = 141+187+194=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #8DBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBC2 is #72443D. Grayscale: #ADADAD. Windows color (decimal): -7488574 or 12761997. OLE color: 12761997.
HSL color Cylindrical-coordinate representation of color #8DBBC2: hue angle of 187.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBBC2 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 187 | 194 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.24 |
| HSL | 187.92º | 0.3% | 0.66% | - |
| HSV(B) | 187.92º | 0.27% | 0.76% | - |
| XYZ | 38.49 | 45.1 | 57.72 | - |
| YUV | 174.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 194 | 0.27 | 0.04 | 0 | 0.24 | 187.92 | 0.3 | 0.66 |
| Hex | 8D | BB | C2 | 1B | 4 | 0 | 18 | BC | 1E | 42 |
| Octal | 215 | 273 | 302 | 33 | 4 | 0 | 30 | 274 | 36 | 102 |
| Binary | 10001101 | 10111011 | 11000010 | 11011 | 100 | 0 | 11000 | 10111100 | 11110 | 1000010 |
Color Harmonies of #8DBBC2
Complementary color
Monochromatic Colors of #8DBBC2
Black with #8DBBC2
Text Example
Text Example
White with #8DBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBC2; }
p { color: rgb(141,187,194); }
H1.HeaderClassName
{
color: #8DBBC2;
}
.AnyTagClassName
{
color: #8DBBC2;
}
</style>
background-color css
<style>
a { background-color: #8DBBC2; }
a { background-color: rgb(141,187,194); }
div.DivClassName
{
background-color: #8DBBC2;
}
.BgClassName
{
background-color: #8DBBC2;
}
</style>
border-color css
<style>
span { border-color: #8DBBC2; }
span { border-color: rgb(141,187,194); }
td.TdClassName
{
border-color: #8DBBC2;
}
.TagClassName
{
border-color: #8DBBC2;
}
</style>