Shades of Botticelli #8AB0BD
Tints of Botticelli #8AB0BD
RGB
CMYK
RGB Variations
Color information
#8AB0BD (or 0x8AB0BD) is known color: Botticelli. HEX triplet: 8A, B0 and BD. RGB value is (138,176,189). Sum of RGB (Red+Green+Blue) = 138+176+189=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0BD is #754F42. Grayscale: #A6A6A6. Windows color (decimal): -7688003 or 12431498. OLE color: 12431498.
HSL color Cylindrical-coordinate representation of color #8AB0BD: hue angle of 195.29º 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 #8AB0BD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 176 | 189 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.26 |
| HSL | 195.29º | 0.28% | 0.64% | - |
| HSV(B) | 195.29º | 0.27% | 0.74% | - |
| XYZ | 35.19 | 40.13 | 54.03 | - |
| YUV | 166.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 189 | 0.27 | 0.07 | 0 | 0.26 | 195.29 | 0.28 | 0.64 |
| Hex | 8A | B0 | BD | 1B | 7 | 0 | 1A | C3 | 1C | 40 |
| Octal | 212 | 260 | 275 | 33 | 7 | 0 | 32 | 303 | 34 | 100 |
| Binary | 10001010 | 10110000 | 10111101 | 11011 | 111 | 0 | 11010 | 11000011 | 11100 | 1000000 |
Color Harmonies of #8AB0BD
Complementary color
Monochromatic Colors of #8AB0BD
Black with #8AB0BD
Text Example
Text Example
White with #8AB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB0BD; }
p { color: rgb(138,176,189); }
H1.HeaderClassName
{
color: #8AB0BD;
}
.AnyTagClassName
{
color: #8AB0BD;
}
</style>
background-color css
<style>
a { background-color: #8AB0BD; }
a { background-color: rgb(138,176,189); }
div.DivClassName
{
background-color: #8AB0BD;
}
.BgClassName
{
background-color: #8AB0BD;
}
</style>
border-color css
<style>
span { border-color: #8AB0BD; }
span { border-color: rgb(138,176,189); }
td.TdClassName
{
border-color: #8AB0BD;
}
.TagClassName
{
border-color: #8AB0BD;
}
</style>