Shades of Botticelli #8AB0BC
Tints of Botticelli #8AB0BC
RGB
CMYK
RGB Variations
Color information
#8AB0BC (or 0x8AB0BC) is known color: Botticelli. HEX triplet: 8A, B0 and BC. RGB value is (138,176,188). Sum of RGB (Red+Green+Blue) = 138+176+188=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0BC is #754F43. Grayscale: #A5A5A5. Windows color (decimal): -7688004 or 12365962. OLE color: 12365962.
HSL color Cylindrical-coordinate representation of color #8AB0BC: hue angle of 194.4º 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 #8AB0BC is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 176 | 188 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.26 |
| HSL | 194.4º | 0.27% | 0.64% | - |
| HSV(B) | 194.4º | 0.27% | 0.74% | - |
| XYZ | 35.08 | 40.08 | 53.46 | - |
| YUV | 166.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 188 | 0.27 | 0.06 | 0 | 0.26 | 194.4 | 0.27 | 0.64 |
| Hex | 8A | B0 | BC | 1B | 6 | 0 | 1A | C2 | 1B | 40 |
| Octal | 212 | 260 | 274 | 33 | 6 | 0 | 32 | 302 | 33 | 100 |
| Binary | 10001010 | 10110000 | 10111100 | 11011 | 110 | 0 | 11010 | 11000010 | 11011 | 1000000 |
Color Harmonies of #8AB0BC
Complementary color
Monochromatic Colors of #8AB0BC
Black with #8AB0BC
Text Example
Text Example
White with #8AB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0BC; }
p { color: rgb(138,176,188); }
H1.HeaderClassName
{
color: #8AB0BC;
}
.AnyTagClassName
{
color: #8AB0BC;
}
</style>
background-color css
<style>
a { background-color: #8AB0BC; }
a { background-color: rgb(138,176,188); }
div.DivClassName
{
background-color: #8AB0BC;
}
.BgClassName
{
background-color: #8AB0BC;
}
</style>
border-color css
<style>
span { border-color: #8AB0BC; }
span { border-color: rgb(138,176,188); }
td.TdClassName
{
border-color: #8AB0BC;
}
.TagClassName
{
border-color: #8AB0BC;
}
</style>