Shades of Botticelli #8AB2BB
Tints of Botticelli #8AB2BB
RGB
CMYK
RGB Variations
Color information
#8AB2BB (or 0x8AB2BB) is known color: Botticelli. HEX triplet: 8A, B2 and BB. RGB value is (138,178,187). Sum of RGB (Red+Green+Blue) = 138+178+187=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #8AB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2BB is #754D44. Grayscale: #A6A6A6. Windows color (decimal): -7687493 or 12300938. OLE color: 12300938.
HSL color Cylindrical-coordinate representation of color #8AB2BB: hue angle of 191.02º 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 #8AB2BB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 178 | 187 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.27 |
| HSL | 191.02º | 0.26% | 0.64% | - |
| HSV(B) | 191.02º | 0.26% | 0.73% | - |
| XYZ | 35.37 | 40.83 | 53.03 | - |
| YUV | 167.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 187 | 0.26 | 0.05 | 0 | 0.27 | 191.02 | 0.26 | 0.64 |
| Hex | 8A | B2 | BB | 1A | 5 | 0 | 1B | BF | 1A | 40 |
| Octal | 212 | 262 | 273 | 32 | 5 | 0 | 33 | 277 | 32 | 100 |
| Binary | 10001010 | 10110010 | 10111011 | 11010 | 101 | 0 | 11011 | 10111111 | 11010 | 1000000 |
Color Harmonies of #8AB2BB
Complementary color
Monochromatic Colors of #8AB2BB
Black with #8AB2BB
Text Example
Text Example
White with #8AB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2BB; }
p { color: rgb(138,178,187); }
H1.HeaderClassName
{
color: #8AB2BB;
}
.AnyTagClassName
{
color: #8AB2BB;
}
</style>
background-color css
<style>
a { background-color: #8AB2BB; }
a { background-color: rgb(138,178,187); }
div.DivClassName
{
background-color: #8AB2BB;
}
.BgClassName
{
background-color: #8AB2BB;
}
</style>
border-color css
<style>
span { border-color: #8AB2BB; }
span { border-color: rgb(138,178,187); }
td.TdClassName
{
border-color: #8AB2BB;
}
.TagClassName
{
border-color: #8AB2BB;
}
</style>