Shades of Botticelli #8BB2BD
Tints of Botticelli #8BB2BD
RGB
CMYK
RGB Variations
Color information
#8BB2BD (or 0x8BB2BD) is known color: Botticelli. HEX triplet: 8B, B2 and BD. RGB value is (139,178,189). Sum of RGB (Red+Green+Blue) = 139+178+189=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB2BD is #744D42. Grayscale: #A7A7A7. Windows color (decimal): -7621955 or 12432011. OLE color: 12432011.
HSL color Cylindrical-coordinate representation of color #8BB2BD: hue angle of 193.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BB2BD is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 178 | 189 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.26 |
| HSL | 193.2º | 0.27% | 0.64% | - |
| HSV(B) | 193.2º | 0.26% | 0.74% | - |
| XYZ | 35.75 | 41 | 54.17 | - |
| YUV | 167.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 189 | 0.26 | 0.06 | 0 | 0.26 | 193.2 | 0.27 | 0.64 |
| Hex | 8B | B2 | BD | 1A | 6 | 0 | 1A | C1 | 1B | 40 |
| Octal | 213 | 262 | 275 | 32 | 6 | 0 | 32 | 301 | 33 | 100 |
| Binary | 10001011 | 10110010 | 10111101 | 11010 | 110 | 0 | 11010 | 11000001 | 11011 | 1000000 |
Color Harmonies of #8BB2BD
Complementary color
Monochromatic Colors of #8BB2BD
Black with #8BB2BD
Text Example
Text Example
White with #8BB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB2BD; }
p { color: rgb(139,178,189); }
H1.HeaderClassName
{
color: #8BB2BD;
}
.AnyTagClassName
{
color: #8BB2BD;
}
</style>
background-color css
<style>
a { background-color: #8BB2BD; }
a { background-color: rgb(139,178,189); }
div.DivClassName
{
background-color: #8BB2BD;
}
.BgClassName
{
background-color: #8BB2BD;
}
</style>
border-color css
<style>
span { border-color: #8BB2BD; }
span { border-color: rgb(139,178,189); }
td.TdClassName
{
border-color: #8BB2BD;
}
.TagClassName
{
border-color: #8BB2BD;
}
</style>