Shades of Botticelli #8DB2BB
Tints of Botticelli #8DB2BB
RGB
CMYK
RGB Variations
Color information
#8DB2BB (or 0x8DB2BB) is known color: Botticelli. HEX triplet: 8D, B2 and BB. RGB value is (141,178,187). Sum of RGB (Red+Green+Blue) = 141+178+187=506 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.87% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2BB is #724D44. Grayscale: #A7A7A7. Windows color (decimal): -7490885 or 12300941. OLE color: 12300941.
HSL color Cylindrical-coordinate representation of color #8DB2BB: hue angle of 191.74º 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 #8DB2BB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 178 | 187 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.27 |
| HSL | 191.74º | 0.25% | 0.64% | - |
| HSV(B) | 191.74º | 0.25% | 0.73% | - |
| XYZ | 35.87 | 41.09 | 53.05 | - |
| YUV | 167.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 187 | 0.25 | 0.05 | 0 | 0.27 | 191.74 | 0.25 | 0.64 |
| Hex | 8D | B2 | BB | 19 | 5 | 0 | 1B | C0 | 19 | 40 |
| Octal | 215 | 262 | 273 | 31 | 5 | 0 | 33 | 300 | 31 | 100 |
| Binary | 10001101 | 10110010 | 10111011 | 11001 | 101 | 0 | 11011 | 11000000 | 11001 | 1000000 |
Color Harmonies of #8DB2BB
Complementary color
Monochromatic Colors of #8DB2BB
Black with #8DB2BB
Text Example
Text Example
White with #8DB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2BB; }
p { color: rgb(141,178,187); }
H1.HeaderClassName
{
color: #8DB2BB;
}
.AnyTagClassName
{
color: #8DB2BB;
}
</style>
background-color css
<style>
a { background-color: #8DB2BB; }
a { background-color: rgb(141,178,187); }
div.DivClassName
{
background-color: #8DB2BB;
}
.BgClassName
{
background-color: #8DB2BB;
}
</style>
border-color css
<style>
span { border-color: #8DB2BB; }
span { border-color: rgb(141,178,187); }
td.TdClassName
{
border-color: #8DB2BB;
}
.TagClassName
{
border-color: #8DB2BB;
}
</style>