Shades of Botticelli #8AB1BD
Tints of Botticelli #8AB1BD
RGB
CMYK
RGB Variations
Color information
#8AB1BD (or 0x8AB1BD) is known color: Botticelli. HEX triplet: 8A, B1 and BD. RGB value is (138,177,189). Sum of RGB (Red+Green+Blue) = 138+177+189=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AB1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB1BD is #754E42. Grayscale: #A6A6A6. Windows color (decimal): -7687747 or 12431754. OLE color: 12431754.
HSL color Cylindrical-coordinate representation of color #8AB1BD: hue angle of 194.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB1BD is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 177 | 189 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.26 |
| HSL | 194.12º | 0.28% | 0.64% | - |
| HSV(B) | 194.12º | 0.27% | 0.74% | - |
| XYZ | 35.39 | 40.52 | 54.1 | - |
| YUV | 166.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 189 | 0.27 | 0.06 | 0 | 0.26 | 194.12 | 0.28 | 0.64 |
| Hex | 8A | B1 | BD | 1B | 6 | 0 | 1A | C2 | 1C | 40 |
| Octal | 212 | 261 | 275 | 33 | 6 | 0 | 32 | 302 | 34 | 100 |
| Binary | 10001010 | 10110001 | 10111101 | 11011 | 110 | 0 | 11010 | 11000010 | 11100 | 1000000 |
Color Harmonies of #8AB1BD
Complementary color
Monochromatic Colors of #8AB1BD
Black with #8AB1BD
Text Example
Text Example
White with #8AB1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB1BD; }
p { color: rgb(138,177,189); }
H1.HeaderClassName
{
color: #8AB1BD;
}
.AnyTagClassName
{
color: #8AB1BD;
}
</style>
background-color css
<style>
a { background-color: #8AB1BD; }
a { background-color: rgb(138,177,189); }
div.DivClassName
{
background-color: #8AB1BD;
}
.BgClassName
{
background-color: #8AB1BD;
}
</style>
border-color css
<style>
span { border-color: #8AB1BD; }
span { border-color: rgb(138,177,189); }
td.TdClassName
{
border-color: #8AB1BD;
}
.TagClassName
{
border-color: #8AB1BD;
}
</style>