Shades of Botticelli #8BA6B3
Tints of Botticelli #8BA6B3
RGB
CMYK
RGB Variations
Color information
#8BA6B3 (or 0x8BA6B3) is known color: Botticelli. HEX triplet: 8B, A6 and B3. RGB value is (139,166,179). Sum of RGB (Red+Green+Blue) = 139+166+179=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 179 - color contains mainly: blue. Hex color #8BA6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6B3 is #74594C. Grayscale: #9F9F9F. Windows color (decimal): -7625037 or 11773579. OLE color: 11773579.
HSL color Cylindrical-coordinate representation of color #8BA6B3: hue angle of 199.5º 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 #8BA6B3 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 166 | 179 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.30 |
| HSL | 199.5º | 0.21% | 0.62% | - |
| HSV(B) | 199.5º | 0.22% | 0.7% | - |
| XYZ | 32.42 | 36.02 | 47.89 | - |
| YUV | 159.41 | 139.05 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 179 | 0.22 | 0.07 | 0 | 0.30 | 199.5 | 0.21 | 0.62 |
| Hex | 8B | A6 | B3 | 16 | 7 | 0 | 1E | C8 | 15 | 3E |
| Octal | 213 | 246 | 263 | 26 | 7 | 0 | 36 | 310 | 25 | 76 |
| Binary | 10001011 | 10100110 | 10110011 | 10110 | 111 | 0 | 11110 | 11001000 | 10101 | 111110 |
Color Harmonies of #8BA6B3
Complementary color
Monochromatic Colors of #8BA6B3
Black with #8BA6B3
Text Example
Text Example
White with #8BA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA6B3; }
p { color: rgb(139,166,179); }
H1.HeaderClassName
{
color: #8BA6B3;
}
.AnyTagClassName
{
color: #8BA6B3;
}
</style>
background-color css
<style>
a { background-color: #8BA6B3; }
a { background-color: rgb(139,166,179); }
div.DivClassName
{
background-color: #8BA6B3;
}
.BgClassName
{
background-color: #8BA6B3;
}
</style>
border-color css
<style>
span { border-color: #8BA6B3; }
span { border-color: rgb(139,166,179); }
td.TdClassName
{
border-color: #8BA6B3;
}
.TagClassName
{
border-color: #8BA6B3;
}
</style>