Shades of Botticelli #99ADB4
Tints of Botticelli #99ADB4
RGB
CMYK
RGB Variations
Color information
#99ADB4 (or 0x99ADB4) is known color: Botticelli. HEX triplet: 99, AD and B4. RGB value is (153,173,180). Sum of RGB (Red+Green+Blue) = 153+173+180=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #99ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADB4 is #66524B. Grayscale: #A7A7A7. Windows color (decimal): -6705740 or 11840921. OLE color: 11840921.
HSL color Cylindrical-coordinate representation of color #99ADB4: hue angle of 195.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99ADB4 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 173 | 180 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.29 |
| HSL | 195.56º | 0.15% | 0.65% | - |
| HSV(B) | 195.56º | 0.15% | 0.71% | - |
| XYZ | 36.32 | 39.95 | 48.98 | - |
| YUV | 167.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 180 | 0.15 | 0.04 | 0 | 0.29 | 195.56 | 0.15 | 0.65 |
| Hex | 99 | AD | B4 | F | 4 | 0 | 1D | C4 | F | 41 |
| Octal | 231 | 255 | 264 | 17 | 4 | 0 | 35 | 304 | 17 | 101 |
| Binary | 10011001 | 10101101 | 10110100 | 1111 | 100 | 0 | 11101 | 11000100 | 1111 | 1000001 |
Color Harmonies of #99ADB4
Complementary color
Monochromatic Colors of #99ADB4
Black with #99ADB4
Text Example
Text Example
White with #99ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADB4; }
p { color: rgb(153,173,180); }
H1.HeaderClassName
{
color: #99ADB4;
}
.AnyTagClassName
{
color: #99ADB4;
}
</style>
background-color css
<style>
a { background-color: #99ADB4; }
a { background-color: rgb(153,173,180); }
div.DivClassName
{
background-color: #99ADB4;
}
.BgClassName
{
background-color: #99ADB4;
}
</style>
border-color css
<style>
span { border-color: #99ADB4; }
span { border-color: rgb(153,173,180); }
td.TdClassName
{
border-color: #99ADB4;
}
.TagClassName
{
border-color: #99ADB4;
}
</style>