Shades of Botticelli #96BBC4
Tints of Botticelli #96BBC4
RGB
CMYK
RGB Variations
Color information
#96BBC4 (or 0x96BBC4) is known color: Botticelli. HEX triplet: 96, BB and C4. RGB value is (150,187,196). Sum of RGB (Red+Green+Blue) = 150+187+196=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #96BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBC4 is #69443B. Grayscale: #B0B0B0. Windows color (decimal): -6898748 or 12893078. OLE color: 12893078.
HSL color Cylindrical-coordinate representation of color #96BBC4: hue angle of 191.74º 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 #96BBC4 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 187 | 196 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.23 |
| HSL | 191.74º | 0.28% | 0.68% | - |
| HSV(B) | 191.74º | 0.23% | 0.77% | - |
| XYZ | 40.31 | 46.01 | 58.98 | - |
| YUV | 176.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 196 | 0.23 | 0.05 | 0 | 0.23 | 191.74 | 0.28 | 0.68 |
| Hex | 96 | BB | C4 | 17 | 5 | 0 | 17 | C0 | 1C | 44 |
| Octal | 226 | 273 | 304 | 27 | 5 | 0 | 27 | 300 | 34 | 104 |
| Binary | 10010110 | 10111011 | 11000100 | 10111 | 101 | 0 | 10111 | 11000000 | 11100 | 1000100 |
Color Harmonies of #96BBC4
Complementary color
Monochromatic Colors of #96BBC4
Black with #96BBC4
Text Example
Text Example
White with #96BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBC4; }
p { color: rgb(150,187,196); }
H1.HeaderClassName
{
color: #96BBC4;
}
.AnyTagClassName
{
color: #96BBC4;
}
</style>
background-color css
<style>
a { background-color: #96BBC4; }
a { background-color: rgb(150,187,196); }
div.DivClassName
{
background-color: #96BBC4;
}
.BgClassName
{
background-color: #96BBC4;
}
</style>
border-color css
<style>
span { border-color: #96BBC4; }
span { border-color: rgb(150,187,196); }
td.TdClassName
{
border-color: #96BBC4;
}
.TagClassName
{
border-color: #96BBC4;
}
</style>