Shades of Botticelli #8AB8BE
Tints of Botticelli #8AB8BE
RGB
CMYK
RGB Variations
Color information
#8AB8BE (or 0x8AB8BE) is known color: Botticelli. HEX triplet: 8A, B8 and BE. RGB value is (138,184,190). Sum of RGB (Red+Green+Blue) = 138+184+190=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8BE is #754741. Grayscale: #AAAAAA. Windows color (decimal): -7685954 or 12499082. OLE color: 12499082.
HSL color Cylindrical-coordinate representation of color #8AB8BE: hue angle of 186.92º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB8BE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 184 | 190 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.25 |
| HSL | 186.92º | 0.29% | 0.64% | - |
| HSV(B) | 186.92º | 0.27% | 0.75% | - |
| XYZ | 36.92 | 43.4 | 55.15 | - |
| YUV | 170.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 190 | 0.27 | 0.03 | 0 | 0.25 | 186.92 | 0.29 | 0.64 |
| Hex | 8A | B8 | BE | 1B | 3 | 0 | 19 | BB | 1D | 40 |
| Octal | 212 | 270 | 276 | 33 | 3 | 0 | 31 | 273 | 35 | 100 |
| Binary | 10001010 | 10111000 | 10111110 | 11011 | 11 | 0 | 11001 | 10111011 | 11101 | 1000000 |
Color Harmonies of #8AB8BE
Complementary color
Monochromatic Colors of #8AB8BE
Black with #8AB8BE
Text Example
Text Example
White with #8AB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB8BE; }
p { color: rgb(138,184,190); }
H1.HeaderClassName
{
color: #8AB8BE;
}
.AnyTagClassName
{
color: #8AB8BE;
}
</style>
background-color css
<style>
a { background-color: #8AB8BE; }
a { background-color: rgb(138,184,190); }
div.DivClassName
{
background-color: #8AB8BE;
}
.BgClassName
{
background-color: #8AB8BE;
}
</style>
border-color css
<style>
span { border-color: #8AB8BE; }
span { border-color: rgb(138,184,190); }
td.TdClassName
{
border-color: #8AB8BE;
}
.TagClassName
{
border-color: #8AB8BE;
}
</style>