Shades of Botticelli #8AB3BD
Tints of Botticelli #8AB3BD
RGB
CMYK
RGB Variations
Color information
#8AB3BD (or 0x8AB3BD) is known color: Botticelli. HEX triplet: 8A, B3 and BD. RGB value is (138,179,189). Sum of RGB (Red+Green+Blue) = 138+179+189=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3BD is #754C42. Grayscale: #A7A7A7. Windows color (decimal): -7687235 or 12432266. OLE color: 12432266.
HSL color Cylindrical-coordinate representation of color #8AB3BD: hue angle of 191.76º 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 #8AB3BD is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 179 | 189 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.26 |
| HSL | 191.76º | 0.28% | 0.64% | - |
| HSV(B) | 191.76º | 0.27% | 0.74% | - |
| XYZ | 35.79 | 41.32 | 54.23 | - |
| YUV | 167.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 189 | 0.27 | 0.05 | 0 | 0.26 | 191.76 | 0.28 | 0.64 |
| Hex | 8A | B3 | BD | 1B | 5 | 0 | 1A | C0 | 1C | 40 |
| Octal | 212 | 263 | 275 | 33 | 5 | 0 | 32 | 300 | 34 | 100 |
| Binary | 10001010 | 10110011 | 10111101 | 11011 | 101 | 0 | 11010 | 11000000 | 11100 | 1000000 |
Color Harmonies of #8AB3BD
Complementary color
Monochromatic Colors of #8AB3BD
Black with #8AB3BD
Text Example
Text Example
White with #8AB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB3BD; }
p { color: rgb(138,179,189); }
H1.HeaderClassName
{
color: #8AB3BD;
}
.AnyTagClassName
{
color: #8AB3BD;
}
</style>
background-color css
<style>
a { background-color: #8AB3BD; }
a { background-color: rgb(138,179,189); }
div.DivClassName
{
background-color: #8AB3BD;
}
.BgClassName
{
background-color: #8AB3BD;
}
</style>
border-color css
<style>
span { border-color: #8AB3BD; }
span { border-color: rgb(138,179,189); }
td.TdClassName
{
border-color: #8AB3BD;
}
.TagClassName
{
border-color: #8AB3BD;
}
</style>