Shades of Botticelli #8AAEB2
Tints of Botticelli #8AAEB2
RGB
CMYK
RGB Variations
Color information
#8AAEB2 (or 0x8AAEB2) is known color: Botticelli. HEX triplet: 8A, AE and B2. RGB value is (138,174,178). Sum of RGB (Red+Green+Blue) = 138+174+178=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #8AAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEB2 is #75514D. Grayscale: #A3A3A3. Windows color (decimal): -7688526 or 11710090. OLE color: 11710090.
HSL color Cylindrical-coordinate representation of color #8AAEB2: hue angle of 186º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AAEB2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 174 | 178 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.30 |
| HSL | 186º | 0.21% | 0.62% | - |
| HSV(B) | 186º | 0.22% | 0.7% | - |
| XYZ | 33.65 | 38.89 | 47.85 | - |
| YUV | 163.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 178 | 0.22 | 0.02 | 0 | 0.30 | 186 | 0.21 | 0.62 |
| Hex | 8A | AE | B2 | 16 | 2 | 0 | 1E | BA | 15 | 3E |
| Octal | 212 | 256 | 262 | 26 | 2 | 0 | 36 | 272 | 25 | 76 |
| Binary | 10001010 | 10101110 | 10110010 | 10110 | 10 | 0 | 11110 | 10111010 | 10101 | 111110 |
Color Harmonies of #8AAEB2
Complementary color
Monochromatic Colors of #8AAEB2
Black with #8AAEB2
Text Example
Text Example
White with #8AAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEB2; }
p { color: rgb(138,174,178); }
H1.HeaderClassName
{
color: #8AAEB2;
}
.AnyTagClassName
{
color: #8AAEB2;
}
</style>
background-color css
<style>
a { background-color: #8AAEB2; }
a { background-color: rgb(138,174,178); }
div.DivClassName
{
background-color: #8AAEB2;
}
.BgClassName
{
background-color: #8AAEB2;
}
</style>
border-color css
<style>
span { border-color: #8AAEB2; }
span { border-color: rgb(138,174,178); }
td.TdClassName
{
border-color: #8AAEB2;
}
.TagClassName
{
border-color: #8AAEB2;
}
</style>