Shades of Botticelli #99AFB6
Tints of Botticelli #99AFB6
RGB
CMYK
RGB Variations
Color information
#99AFB6 (or 0x99AFB6) is known color: Botticelli. HEX triplet: 99, AF and B6. RGB value is (153,175,182). Sum of RGB (Red+Green+Blue) = 153+175+182=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 182 - color contains mainly: blue. Hex color #99AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFB6 is #665049. Grayscale: #A9A9A9. Windows color (decimal): -6705226 or 11972505. OLE color: 11972505.
HSL color Cylindrical-coordinate representation of color #99AFB6: hue angle of 194.48º 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 #99AFB6 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 175 | 182 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.29 |
| HSL | 194.48º | 0.17% | 0.66% | - |
| HSV(B) | 194.48º | 0.16% | 0.71% | - |
| XYZ | 36.91 | 40.81 | 50.19 | - |
| YUV | 169.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 182 | 0.16 | 0.04 | 0 | 0.29 | 194.48 | 0.17 | 0.66 |
| Hex | 99 | AF | B6 | 10 | 4 | 0 | 1D | C2 | 11 | 42 |
| Octal | 231 | 257 | 266 | 20 | 4 | 0 | 35 | 302 | 21 | 102 |
| Binary | 10011001 | 10101111 | 10110110 | 10000 | 100 | 0 | 11101 | 11000010 | 10001 | 1000010 |
Color Harmonies of #99AFB6
Complementary color
Monochromatic Colors of #99AFB6
Black with #99AFB6
Text Example
Text Example
White with #99AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFB6; }
p { color: rgb(153,175,182); }
H1.HeaderClassName
{
color: #99AFB6;
}
.AnyTagClassName
{
color: #99AFB6;
}
</style>
background-color css
<style>
a { background-color: #99AFB6; }
a { background-color: rgb(153,175,182); }
div.DivClassName
{
background-color: #99AFB6;
}
.BgClassName
{
background-color: #99AFB6;
}
</style>
border-color css
<style>
span { border-color: #99AFB6; }
span { border-color: rgb(153,175,182); }
td.TdClassName
{
border-color: #99AFB6;
}
.TagClassName
{
border-color: #99AFB6;
}
</style>