Shades of Botticelli #8AB8BD
Tints of Botticelli #8AB8BD
RGB
CMYK
RGB Variations
Color information
#8AB8BD (or 0x8AB8BD) is known color: Botticelli. HEX triplet: 8A, B8 and BD. RGB value is (138,184,189). Sum of RGB (Red+Green+Blue) = 138+184+189=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AB8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8BD is #754742. Grayscale: #AAAAAA. Windows color (decimal): -7685955 or 12433546. OLE color: 12433546.
HSL color Cylindrical-coordinate representation of color #8AB8BD: hue angle of 185.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB8BD is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 184 | 189 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.26 |
| HSL | 185.88º | 0.28% | 0.64% | - |
| HSV(B) | 185.88º | 0.27% | 0.74% | - |
| XYZ | 36.81 | 43.36 | 54.57 | - |
| YUV | 170.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 189 | 0.27 | 0.03 | 0 | 0.26 | 185.88 | 0.28 | 0.64 |
| Hex | 8A | B8 | BD | 1B | 3 | 0 | 1A | BA | 1C | 40 |
| Octal | 212 | 270 | 275 | 33 | 3 | 0 | 32 | 272 | 34 | 100 |
| Binary | 10001010 | 10111000 | 10111101 | 11011 | 11 | 0 | 11010 | 10111010 | 11100 | 1000000 |
Color Harmonies of #8AB8BD
Complementary color
Monochromatic Colors of #8AB8BD
Black with #8AB8BD
Text Example
Text Example
White with #8AB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8BD; }
p { color: rgb(138,184,189); }
H1.HeaderClassName
{
color: #8AB8BD;
}
.AnyTagClassName
{
color: #8AB8BD;
}
</style>
background-color css
<style>
a { background-color: #8AB8BD; }
a { background-color: rgb(138,184,189); }
div.DivClassName
{
background-color: #8AB8BD;
}
.BgClassName
{
background-color: #8AB8BD;
}
</style>
border-color css
<style>
span { border-color: #8AB8BD; }
span { border-color: rgb(138,184,189); }
td.TdClassName
{
border-color: #8AB8BD;
}
.TagClassName
{
border-color: #8AB8BD;
}
</style>