Shades of Botticelli #8BAEBB
Tints of Botticelli #8BAEBB
RGB
CMYK
RGB Variations
Color information
#8BAEBB (or 0x8BAEBB) is known color: Botticelli. HEX triplet: 8B, AE and BB. RGB value is (139,174,187). Sum of RGB (Red+Green+Blue) = 139+174+187=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #8BAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEBB is #745144. Grayscale: #A4A4A4. Windows color (decimal): -7622981 or 12299915. OLE color: 12299915.
HSL color Cylindrical-coordinate representation of color #8BAEBB: hue angle of 196.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BAEBB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 174 | 187 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.27 |
| HSL | 196.25º | 0.26% | 0.64% | - |
| HSV(B) | 196.25º | 0.26% | 0.73% | - |
| XYZ | 34.75 | 39.35 | 52.78 | - |
| YUV | 165.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 187 | 0.26 | 0.07 | 0 | 0.27 | 196.25 | 0.26 | 0.64 |
| Hex | 8B | AE | BB | 1A | 7 | 0 | 1B | C4 | 1A | 40 |
| Octal | 213 | 256 | 273 | 32 | 7 | 0 | 33 | 304 | 32 | 100 |
| Binary | 10001011 | 10101110 | 10111011 | 11010 | 111 | 0 | 11011 | 11000100 | 11010 | 1000000 |
Color Harmonies of #8BAEBB
Complementary color
Monochromatic Colors of #8BAEBB
Black with #8BAEBB
Text Example
Text Example
White with #8BAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEBB; }
p { color: rgb(139,174,187); }
H1.HeaderClassName
{
color: #8BAEBB;
}
.AnyTagClassName
{
color: #8BAEBB;
}
</style>
background-color css
<style>
a { background-color: #8BAEBB; }
a { background-color: rgb(139,174,187); }
div.DivClassName
{
background-color: #8BAEBB;
}
.BgClassName
{
background-color: #8BAEBB;
}
</style>
border-color css
<style>
span { border-color: #8BAEBB; }
span { border-color: rgb(139,174,187); }
td.TdClassName
{
border-color: #8BAEBB;
}
.TagClassName
{
border-color: #8BAEBB;
}
</style>