Shades of Botticelli #99ADB6
Tints of Botticelli #99ADB6
RGB
CMYK
RGB Variations
Color information
#99ADB6 (or 0x99ADB6) is known color: Botticelli. HEX triplet: 99, AD and B6. RGB value is (153,173,182). Sum of RGB (Red+Green+Blue) = 153+173+182=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #99ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADB6 is #665249. Grayscale: #A7A7A7. Windows color (decimal): -6705738 or 11971993. OLE color: 11971993.
HSL color Cylindrical-coordinate representation of color #99ADB6: hue angle of 198.62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99ADB6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 173 | 182 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.29 |
| HSL | 198.62º | 0.17% | 0.66% | - |
| HSV(B) | 198.62º | 0.16% | 0.71% | - |
| XYZ | 36.52 | 40.04 | 50.06 | - |
| YUV | 168.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 182 | 0.16 | 0.05 | 0 | 0.29 | 198.62 | 0.17 | 0.66 |
| Hex | 99 | AD | B6 | 10 | 5 | 0 | 1D | C7 | 11 | 42 |
| Octal | 231 | 255 | 266 | 20 | 5 | 0 | 35 | 307 | 21 | 102 |
| Binary | 10011001 | 10101101 | 10110110 | 10000 | 101 | 0 | 11101 | 11000111 | 10001 | 1000010 |
Color Harmonies of #99ADB6
Complementary color
Monochromatic Colors of #99ADB6
Black with #99ADB6
Text Example
Text Example
White with #99ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADB6; }
p { color: rgb(153,173,182); }
H1.HeaderClassName
{
color: #99ADB6;
}
.AnyTagClassName
{
color: #99ADB6;
}
</style>
background-color css
<style>
a { background-color: #99ADB6; }
a { background-color: rgb(153,173,182); }
div.DivClassName
{
background-color: #99ADB6;
}
.BgClassName
{
background-color: #99ADB6;
}
</style>
border-color css
<style>
span { border-color: #99ADB6; }
span { border-color: rgb(153,173,182); }
td.TdClassName
{
border-color: #99ADB6;
}
.TagClassName
{
border-color: #99ADB6;
}
</style>