Shades of Botticelli #97ACB1
Tints of Botticelli #97ACB1
RGB
CMYK
RGB Variations
Color information
#97ACB1 (or 0x97ACB1) is known color: Botticelli. HEX triplet: 97, AC and B1. RGB value is (151,172,177). Sum of RGB (Red+Green+Blue) = 151+172+177=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: blue. Hex color #97ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ACB1 is #68534E. Grayscale: #A6A6A6. Windows color (decimal): -6837071 or 11644055. OLE color: 11644055.
HSL color Cylindrical-coordinate representation of color #97ACB1: hue angle of 191.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97ACB1 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 172 | 177 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.31 |
| HSL | 191.54º | 0.14% | 0.64% | - |
| HSV(B) | 191.54º | 0.15% | 0.69% | - |
| XYZ | 35.45 | 39.26 | 47.3 | - |
| YUV | 166.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 172 | 177 | 0.15 | 0.03 | 0 | 0.31 | 191.54 | 0.14 | 0.64 |
| Hex | 97 | AC | B1 | F | 3 | 0 | 1F | C0 | E | 40 |
| Octal | 227 | 254 | 261 | 17 | 3 | 0 | 37 | 300 | 16 | 100 |
| Binary | 10010111 | 10101100 | 10110001 | 1111 | 11 | 0 | 11111 | 11000000 | 1110 | 1000000 |
Color Harmonies of #97ACB1
Complementary color
Monochromatic Colors of #97ACB1
Black with #97ACB1
Text Example
Text Example
White with #97ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ACB1; }
p { color: rgb(151,172,177); }
H1.HeaderClassName
{
color: #97ACB1;
}
.AnyTagClassName
{
color: #97ACB1;
}
</style>
background-color css
<style>
a { background-color: #97ACB1; }
a { background-color: rgb(151,172,177); }
div.DivClassName
{
background-color: #97ACB1;
}
.BgClassName
{
background-color: #97ACB1;
}
</style>
border-color css
<style>
span { border-color: #97ACB1; }
span { border-color: rgb(151,172,177); }
td.TdClassName
{
border-color: #97ACB1;
}
.TagClassName
{
border-color: #97ACB1;
}
</style>