Shades of Botticelli #8BAEB2
Tints of Botticelli #8BAEB2
RGB
CMYK
RGB Variations
Color information
#8BAEB2 (or 0x8BAEB2) is known color: Botticelli. HEX triplet: 8B, AE and B2. RGB value is (139,174,178). Sum of RGB (Red+Green+Blue) = 139+174+178=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #8BAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAEB2 is #74514D. Grayscale: #A3A3A3. Windows color (decimal): -7622990 or 11710091. OLE color: 11710091.
HSL color Cylindrical-coordinate representation of color #8BAEB2: hue angle of 186.15º degrees, saturation: 0.2, 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 #8BAEB2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 174 | 178 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.30 |
| HSL | 186.15º | 0.2% | 0.62% | - |
| HSV(B) | 186.15º | 0.22% | 0.7% | - |
| XYZ | 33.82 | 38.98 | 47.86 | - |
| YUV | 163.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 178 | 0.22 | 0.02 | 0 | 0.30 | 186.15 | 0.2 | 0.62 |
| Hex | 8B | AE | B2 | 16 | 2 | 0 | 1E | BA | 14 | 3E |
| Octal | 213 | 256 | 262 | 26 | 2 | 0 | 36 | 272 | 24 | 76 |
| Binary | 10001011 | 10101110 | 10110010 | 10110 | 10 | 0 | 11110 | 10111010 | 10100 | 111110 |
Color Harmonies of #8BAEB2
Complementary color
Monochromatic Colors of #8BAEB2
Black with #8BAEB2
Text Example
Text Example
White with #8BAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEB2; }
p { color: rgb(139,174,178); }
H1.HeaderClassName
{
color: #8BAEB2;
}
.AnyTagClassName
{
color: #8BAEB2;
}
</style>
background-color css
<style>
a { background-color: #8BAEB2; }
a { background-color: rgb(139,174,178); }
div.DivClassName
{
background-color: #8BAEB2;
}
.BgClassName
{
background-color: #8BAEB2;
}
</style>
border-color css
<style>
span { border-color: #8BAEB2; }
span { border-color: rgb(139,174,178); }
td.TdClassName
{
border-color: #8BAEB2;
}
.TagClassName
{
border-color: #8BAEB2;
}
</style>