Shades of Botticelli #99AFB2
Tints of Botticelli #99AFB2
RGB
CMYK
RGB Variations
Color information
#99AFB2 (or 0x99AFB2) is known color: Botticelli. HEX triplet: 99, AF and B2. RGB value is (153,175,178). Sum of RGB (Red+Green+Blue) = 153+175+178=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #99AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFB2 is #66504D. Grayscale: #A8A8A8. Windows color (decimal): -6705230 or 11710361. OLE color: 11710361.
HSL color Cylindrical-coordinate representation of color #99AFB2: hue angle of 187.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99AFB2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 175 | 178 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.30 |
| HSL | 187.2º | 0.14% | 0.65% | - |
| HSV(B) | 187.2º | 0.14% | 0.7% | - |
| XYZ | 36.5 | 40.65 | 48.04 | - |
| YUV | 168.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 178 | 0.14 | 0.02 | 0 | 0.30 | 187.2 | 0.14 | 0.65 |
| Hex | 99 | AF | B2 | E | 2 | 0 | 1E | BB | E | 41 |
| Octal | 231 | 257 | 262 | 16 | 2 | 0 | 36 | 273 | 16 | 101 |
| Binary | 10011001 | 10101111 | 10110010 | 1110 | 10 | 0 | 11110 | 10111011 | 1110 | 1000001 |
Color Harmonies of #99AFB2
Complementary color
Monochromatic Colors of #99AFB2
Black with #99AFB2
Text Example
Text Example
White with #99AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFB2; }
p { color: rgb(153,175,178); }
H1.HeaderClassName
{
color: #99AFB2;
}
.AnyTagClassName
{
color: #99AFB2;
}
</style>
background-color css
<style>
a { background-color: #99AFB2; }
a { background-color: rgb(153,175,178); }
div.DivClassName
{
background-color: #99AFB2;
}
.BgClassName
{
background-color: #99AFB2;
}
</style>
border-color css
<style>
span { border-color: #99AFB2; }
span { border-color: rgb(153,175,178); }
td.TdClassName
{
border-color: #99AFB2;
}
.TagClassName
{
border-color: #99AFB2;
}
</style>