Shades of Botticelli #99ACB0
Tints of Botticelli #99ACB0
RGB
CMYK
RGB Variations
Color information
#99ACB0 (or 0x99ACB0) is known color: Botticelli. HEX triplet: 99, AC and B0. RGB value is (153,172,176). Sum of RGB (Red+Green+Blue) = 153+172+176=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 176 - color contains mainly: blue. Hex color #99ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACB0 is #66534F. Grayscale: #A6A6A6. Windows color (decimal): -6706000 or 11578521. OLE color: 11578521.
HSL color Cylindrical-coordinate representation of color #99ACB0: hue angle of 190.43º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99ACB0 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 172 | 176 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.31 |
| HSL | 190.43º | 0.13% | 0.65% | - |
| HSV(B) | 190.43º | 0.13% | 0.69% | - |
| XYZ | 35.73 | 39.41 | 46.8 | - |
| YUV | 166.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 176 | 0.13 | 0.02 | 0 | 0.31 | 190.43 | 0.13 | 0.65 |
| Hex | 99 | AC | B0 | D | 2 | 0 | 1F | BE | D | 41 |
| Octal | 231 | 254 | 260 | 15 | 2 | 0 | 37 | 276 | 15 | 101 |
| Binary | 10011001 | 10101100 | 10110000 | 1101 | 10 | 0 | 11111 | 10111110 | 1101 | 1000001 |
Color Harmonies of #99ACB0
Complementary color
Monochromatic Colors of #99ACB0
Black with #99ACB0
Text Example
Text Example
White with #99ACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACB0; }
p { color: rgb(153,172,176); }
H1.HeaderClassName
{
color: #99ACB0;
}
.AnyTagClassName
{
color: #99ACB0;
}
</style>
background-color css
<style>
a { background-color: #99ACB0; }
a { background-color: rgb(153,172,176); }
div.DivClassName
{
background-color: #99ACB0;
}
.BgClassName
{
background-color: #99ACB0;
}
</style>
border-color css
<style>
span { border-color: #99ACB0; }
span { border-color: rgb(153,172,176); }
td.TdClassName
{
border-color: #99ACB0;
}
.TagClassName
{
border-color: #99ACB0;
}
</style>