Shades of Botticelli #8DB4BD
Tints of Botticelli #8DB4BD
RGB
CMYK
RGB Variations
Color information
#8DB4BD (or 0x8DB4BD) is known color: Botticelli. HEX triplet: 8D, B4 and BD. RGB value is (141,180,189). Sum of RGB (Red+Green+Blue) = 141+180+189=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB4BD is #724B42. Grayscale: #A9A9A9. Windows color (decimal): -7490371 or 12432525. OLE color: 12432525.
HSL color Cylindrical-coordinate representation of color #8DB4BD: hue angle of 191.25º degrees, saturation: 0.27, 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 #8DB4BD is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 180 | 189 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.26 |
| HSL | 191.25º | 0.27% | 0.65% | - |
| HSV(B) | 191.25º | 0.25% | 0.74% | - |
| XYZ | 36.49 | 41.98 | 54.32 | - |
| YUV | 169.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 189 | 0.25 | 0.05 | 0 | 0.26 | 191.25 | 0.27 | 0.65 |
| Hex | 8D | B4 | BD | 19 | 5 | 0 | 1A | BF | 1B | 41 |
| Octal | 215 | 264 | 275 | 31 | 5 | 0 | 32 | 277 | 33 | 101 |
| Binary | 10001101 | 10110100 | 10111101 | 11001 | 101 | 0 | 11010 | 10111111 | 11011 | 1000001 |
Color Harmonies of #8DB4BD
Complementary color
Monochromatic Colors of #8DB4BD
Black with #8DB4BD
Text Example
Text Example
White with #8DB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4BD; }
p { color: rgb(141,180,189); }
H1.HeaderClassName
{
color: #8DB4BD;
}
.AnyTagClassName
{
color: #8DB4BD;
}
</style>
background-color css
<style>
a { background-color: #8DB4BD; }
a { background-color: rgb(141,180,189); }
div.DivClassName
{
background-color: #8DB4BD;
}
.BgClassName
{
background-color: #8DB4BD;
}
</style>
border-color css
<style>
span { border-color: #8DB4BD; }
span { border-color: rgb(141,180,189); }
td.TdClassName
{
border-color: #8DB4BD;
}
.TagClassName
{
border-color: #8DB4BD;
}
</style>