Shades of Botticelli #8AB8BC
Tints of Botticelli #8AB8BC
RGB
CMYK
RGB Variations
Color information
#8AB8BC (or 0x8AB8BC) is known color: Botticelli. HEX triplet: 8A, B8 and BC. RGB value is (138,184,188). Sum of RGB (Red+Green+Blue) = 138+184+188=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8BC is #754743. Grayscale: #AAAAAA. Windows color (decimal): -7685956 or 12368010. OLE color: 12368010.
HSL color Cylindrical-coordinate representation of color #8AB8BC: hue angle of 184.8º degrees, saturation: 0.27, 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 #8AB8BC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 184 | 188 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.26 |
| HSL | 184.8º | 0.27% | 0.64% | - |
| HSV(B) | 184.8º | 0.27% | 0.74% | - |
| XYZ | 36.7 | 43.32 | 54 | - |
| YUV | 170.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 188 | 0.27 | 0.02 | 0 | 0.26 | 184.8 | 0.27 | 0.64 |
| Hex | 8A | B8 | BC | 1B | 2 | 0 | 1A | B9 | 1B | 40 |
| Octal | 212 | 270 | 274 | 33 | 2 | 0 | 32 | 271 | 33 | 100 |
| Binary | 10001010 | 10111000 | 10111100 | 11011 | 10 | 0 | 11010 | 10111001 | 11011 | 1000000 |
Color Harmonies of #8AB8BC
Complementary color
Monochromatic Colors of #8AB8BC
Black with #8AB8BC
Text Example
Text Example
White with #8AB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8BC; }
p { color: rgb(138,184,188); }
H1.HeaderClassName
{
color: #8AB8BC;
}
.AnyTagClassName
{
color: #8AB8BC;
}
</style>
background-color css
<style>
a { background-color: #8AB8BC; }
a { background-color: rgb(138,184,188); }
div.DivClassName
{
background-color: #8AB8BC;
}
.BgClassName
{
background-color: #8AB8BC;
}
</style>
border-color css
<style>
span { border-color: #8AB8BC; }
span { border-color: rgb(138,184,188); }
td.TdClassName
{
border-color: #8AB8BC;
}
.TagClassName
{
border-color: #8AB8BC;
}
</style>