Shades of Botticelli #96AFB4
Tints of Botticelli #96AFB4
RGB
CMYK
RGB Variations
Color information
#96AFB4 (or 0x96AFB4) is known color: Botticelli. HEX triplet: 96, AF and B4. RGB value is (150,175,180). Sum of RGB (Red+Green+Blue) = 150+175+180=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #96AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFB4 is #69504B. Grayscale: #A8A8A8. Windows color (decimal): -6901836 or 11841430. OLE color: 11841430.
HSL color Cylindrical-coordinate representation of color #96AFB4: hue angle of 190º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AFB4 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 175 | 180 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.29 |
| HSL | 190º | 0.17% | 0.65% | - |
| HSV(B) | 190º | 0.17% | 0.71% | - |
| XYZ | 36.15 | 40.44 | 49.08 | - |
| YUV | 168.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 180 | 0.17 | 0.03 | 0 | 0.29 | 190 | 0.17 | 0.65 |
| Hex | 96 | AF | B4 | 11 | 3 | 0 | 1D | BE | 11 | 41 |
| Octal | 226 | 257 | 264 | 21 | 3 | 0 | 35 | 276 | 21 | 101 |
| Binary | 10010110 | 10101111 | 10110100 | 10001 | 11 | 0 | 11101 | 10111110 | 10001 | 1000001 |
Color Harmonies of #96AFB4
Complementary color
Monochromatic Colors of #96AFB4
Black with #96AFB4
Text Example
Text Example
White with #96AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AFB4; }
p { color: rgb(150,175,180); }
H1.HeaderClassName
{
color: #96AFB4;
}
.AnyTagClassName
{
color: #96AFB4;
}
</style>
background-color css
<style>
a { background-color: #96AFB4; }
a { background-color: rgb(150,175,180); }
div.DivClassName
{
background-color: #96AFB4;
}
.BgClassName
{
background-color: #96AFB4;
}
</style>
border-color css
<style>
span { border-color: #96AFB4; }
span { border-color: rgb(150,175,180); }
td.TdClassName
{
border-color: #96AFB4;
}
.TagClassName
{
border-color: #96AFB4;
}
</style>