Shades of Botticelli #8AB6BC
Tints of Botticelli #8AB6BC
RGB
CMYK
RGB Variations
Color information
#8AB6BC (or 0x8AB6BC) is known color: Botticelli. HEX triplet: 8A, B6 and BC. RGB value is (138,182,188). Sum of RGB (Red+Green+Blue) = 138+182+188=508 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.17% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6BC is #754943. Grayscale: #A9A9A9. Windows color (decimal): -7686468 or 12367498. OLE color: 12367498.
HSL color Cylindrical-coordinate representation of color #8AB6BC: hue angle of 187.2º 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 #8AB6BC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 182 | 188 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.26 |
| HSL | 187.2º | 0.27% | 0.64% | - |
| HSV(B) | 187.2º | 0.27% | 0.74% | - |
| XYZ | 36.29 | 42.49 | 53.87 | - |
| YUV | 169.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 188 | 0.27 | 0.03 | 0 | 0.26 | 187.2 | 0.27 | 0.64 |
| Hex | 8A | B6 | BC | 1B | 3 | 0 | 1A | BB | 1B | 40 |
| Octal | 212 | 266 | 274 | 33 | 3 | 0 | 32 | 273 | 33 | 100 |
| Binary | 10001010 | 10110110 | 10111100 | 11011 | 11 | 0 | 11010 | 10111011 | 11011 | 1000000 |
Color Harmonies of #8AB6BC
Complementary color
Monochromatic Colors of #8AB6BC
Black with #8AB6BC
Text Example
Text Example
White with #8AB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6BC; }
p { color: rgb(138,182,188); }
H1.HeaderClassName
{
color: #8AB6BC;
}
.AnyTagClassName
{
color: #8AB6BC;
}
</style>
background-color css
<style>
a { background-color: #8AB6BC; }
a { background-color: rgb(138,182,188); }
div.DivClassName
{
background-color: #8AB6BC;
}
.BgClassName
{
background-color: #8AB6BC;
}
</style>
border-color css
<style>
span { border-color: #8AB6BC; }
span { border-color: rgb(138,182,188); }
td.TdClassName
{
border-color: #8AB6BC;
}
.TagClassName
{
border-color: #8AB6BC;
}
</style>