Shades of Botticelli #96BAC4
Tints of Botticelli #96BAC4
RGB
CMYK
RGB Variations
Color information
#96BAC4 (or 0x96BAC4) is known color: Botticelli. HEX triplet: 96, BA and C4. RGB value is (150,186,196). Sum of RGB (Red+Green+Blue) = 150+186+196=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #96BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC4 is #69453B. Grayscale: #B0B0B0. Windows color (decimal): -6899004 or 12892822. OLE color: 12892822.
HSL color Cylindrical-coordinate representation of color #96BAC4: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BAC4 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 186 | 196 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.23 |
| HSL | 193.04º | 0.28% | 0.68% | - |
| HSV(B) | 193.04º | 0.23% | 0.77% | - |
| XYZ | 40.1 | 45.59 | 58.91 | - |
| YUV | 176.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 196 | 0.23 | 0.05 | 0 | 0.23 | 193.04 | 0.28 | 0.68 |
| Hex | 96 | BA | C4 | 17 | 5 | 0 | 17 | C1 | 1C | 44 |
| Octal | 226 | 272 | 304 | 27 | 5 | 0 | 27 | 301 | 34 | 104 |
| Binary | 10010110 | 10111010 | 11000100 | 10111 | 101 | 0 | 10111 | 11000001 | 11100 | 1000100 |
Color Harmonies of #96BAC4
Complementary color
Monochromatic Colors of #96BAC4
Black with #96BAC4
Text Example
Text Example
White with #96BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAC4; }
p { color: rgb(150,186,196); }
H1.HeaderClassName
{
color: #96BAC4;
}
.AnyTagClassName
{
color: #96BAC4;
}
</style>
background-color css
<style>
a { background-color: #96BAC4; }
a { background-color: rgb(150,186,196); }
div.DivClassName
{
background-color: #96BAC4;
}
.BgClassName
{
background-color: #96BAC4;
}
</style>
border-color css
<style>
span { border-color: #96BAC4; }
span { border-color: rgb(150,186,196); }
td.TdClassName
{
border-color: #96BAC4;
}
.TagClassName
{
border-color: #96BAC4;
}
</style>