Shades of Botticelli #8DB1BD
Tints of Botticelli #8DB1BD
RGB
CMYK
RGB Variations
Color information
#8DB1BD (or 0x8DB1BD) is known color: Botticelli. HEX triplet: 8D, B1 and BD. RGB value is (141,177,189). Sum of RGB (Red+Green+Blue) = 141+177+189=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1BD is #724E42. Grayscale: #A7A7A7. Windows color (decimal): -7491139 or 12431757. OLE color: 12431757.
HSL color Cylindrical-coordinate representation of color #8DB1BD: hue angle of 195º 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 #8DB1BD is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 177 | 189 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.26 |
| HSL | 195º | 0.27% | 0.65% | - |
| HSV(B) | 195º | 0.25% | 0.74% | - |
| XYZ | 35.89 | 40.78 | 54.12 | - |
| YUV | 167.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 189 | 0.25 | 0.06 | 0 | 0.26 | 195 | 0.27 | 0.65 |
| Hex | 8D | B1 | BD | 19 | 6 | 0 | 1A | C3 | 1B | 41 |
| Octal | 215 | 261 | 275 | 31 | 6 | 0 | 32 | 303 | 33 | 101 |
| Binary | 10001101 | 10110001 | 10111101 | 11001 | 110 | 0 | 11010 | 11000011 | 11011 | 1000001 |
Color Harmonies of #8DB1BD
Complementary color
Monochromatic Colors of #8DB1BD
Black with #8DB1BD
Text Example
Text Example
White with #8DB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1BD; }
p { color: rgb(141,177,189); }
H1.HeaderClassName
{
color: #8DB1BD;
}
.AnyTagClassName
{
color: #8DB1BD;
}
</style>
background-color css
<style>
a { background-color: #8DB1BD; }
a { background-color: rgb(141,177,189); }
div.DivClassName
{
background-color: #8DB1BD;
}
.BgClassName
{
background-color: #8DB1BD;
}
</style>
border-color css
<style>
span { border-color: #8DB1BD; }
span { border-color: rgb(141,177,189); }
td.TdClassName
{
border-color: #8DB1BD;
}
.TagClassName
{
border-color: #8DB1BD;
}
</style>