Shades of Botticelli #96AAB3
Tints of Botticelli #96AAB3
RGB
CMYK
RGB Variations
Color information
#96AAB3 (or 0x96AAB3) is known color: Botticelli. HEX triplet: 96, AA and B3. RGB value is (150,170,179). Sum of RGB (Red+Green+Blue) = 150+170+179=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #96AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAB3 is #69554C. Grayscale: #A4A4A4. Windows color (decimal): -6903117 or 11774614. OLE color: 11774614.
HSL color Cylindrical-coordinate representation of color #96AAB3: hue angle of 198.62º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96AAB3 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 170 | 179 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.30 |
| HSL | 198.62º | 0.16% | 0.65% | - |
| HSV(B) | 198.62º | 0.16% | 0.7% | - |
| XYZ | 35.09 | 38.49 | 48.23 | - |
| YUV | 165.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 179 | 0.16 | 0.05 | 0 | 0.30 | 198.62 | 0.16 | 0.65 |
| Hex | 96 | AA | B3 | 10 | 5 | 0 | 1E | C7 | 10 | 41 |
| Octal | 226 | 252 | 263 | 20 | 5 | 0 | 36 | 307 | 20 | 101 |
| Binary | 10010110 | 10101010 | 10110011 | 10000 | 101 | 0 | 11110 | 11000111 | 10000 | 1000001 |
Color Harmonies of #96AAB3
Complementary color
Monochromatic Colors of #96AAB3
Black with #96AAB3
Text Example
Text Example
White with #96AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAB3; }
p { color: rgb(150,170,179); }
H1.HeaderClassName
{
color: #96AAB3;
}
.AnyTagClassName
{
color: #96AAB3;
}
</style>
background-color css
<style>
a { background-color: #96AAB3; }
a { background-color: rgb(150,170,179); }
div.DivClassName
{
background-color: #96AAB3;
}
.BgClassName
{
background-color: #96AAB3;
}
</style>
border-color css
<style>
span { border-color: #96AAB3; }
span { border-color: rgb(150,170,179); }
td.TdClassName
{
border-color: #96AAB3;
}
.TagClassName
{
border-color: #96AAB3;
}
</style>