Shades of Botticelli #8AB5BC
Tints of Botticelli #8AB5BC
RGB
CMYK
RGB Variations
Color information
#8AB5BC (or 0x8AB5BC) is known color: Botticelli. HEX triplet: 8A, B5 and BC. RGB value is (138,181,188). Sum of RGB (Red+Green+Blue) = 138+181+188=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB5BC is #754A43. Grayscale: #A8A8A8. Windows color (decimal): -7686724 or 12367242. OLE color: 12367242.
HSL color Cylindrical-coordinate representation of color #8AB5BC: hue angle of 188.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 #8AB5BC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 181 | 188 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.26 |
| HSL | 188.4º | 0.27% | 0.64% | - |
| HSV(B) | 188.4º | 0.27% | 0.74% | - |
| XYZ | 36.08 | 42.08 | 53.8 | - |
| YUV | 168.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 188 | 0.27 | 0.04 | 0 | 0.26 | 188.4 | 0.27 | 0.64 |
| Hex | 8A | B5 | BC | 1B | 4 | 0 | 1A | BC | 1B | 40 |
| Octal | 212 | 265 | 274 | 33 | 4 | 0 | 32 | 274 | 33 | 100 |
| Binary | 10001010 | 10110101 | 10111100 | 11011 | 100 | 0 | 11010 | 10111100 | 11011 | 1000000 |
Color Harmonies of #8AB5BC
Complementary color
Monochromatic Colors of #8AB5BC
Black with #8AB5BC
Text Example
Text Example
White with #8AB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5BC; }
p { color: rgb(138,181,188); }
H1.HeaderClassName
{
color: #8AB5BC;
}
.AnyTagClassName
{
color: #8AB5BC;
}
</style>
background-color css
<style>
a { background-color: #8AB5BC; }
a { background-color: rgb(138,181,188); }
div.DivClassName
{
background-color: #8AB5BC;
}
.BgClassName
{
background-color: #8AB5BC;
}
</style>
border-color css
<style>
span { border-color: #8AB5BC; }
span { border-color: rgb(138,181,188); }
td.TdClassName
{
border-color: #8AB5BC;
}
.TagClassName
{
border-color: #8AB5BC;
}
</style>