Shades of Botticelli #96BBC1
Tints of Botticelli #96BBC1
RGB
CMYK
RGB Variations
Color information
#96BBC1 (or 0x96BBC1) is known color: Botticelli. HEX triplet: 96, BB and C1. RGB value is (150,187,193). Sum of RGB (Red+Green+Blue) = 150+187+193=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #96BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBC1 is #69443E. Grayscale: #B0B0B0. Windows color (decimal): -6898751 or 12696470. OLE color: 12696470.
HSL color Cylindrical-coordinate representation of color #96BBC1: hue angle of 188.37º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BBC1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 187 | 193 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.24 |
| HSL | 188.37º | 0.26% | 0.67% | - |
| HSV(B) | 188.37º | 0.22% | 0.76% | - |
| XYZ | 39.97 | 45.87 | 57.2 | - |
| YUV | 176.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 193 | 0.22 | 0.03 | 0 | 0.24 | 188.37 | 0.26 | 0.67 |
| Hex | 96 | BB | C1 | 16 | 3 | 0 | 18 | BC | 1A | 43 |
| Octal | 226 | 273 | 301 | 26 | 3 | 0 | 30 | 274 | 32 | 103 |
| Binary | 10010110 | 10111011 | 11000001 | 10110 | 11 | 0 | 11000 | 10111100 | 11010 | 1000011 |
Color Harmonies of #96BBC1
Complementary color
Monochromatic Colors of #96BBC1
Black with #96BBC1
Text Example
Text Example
White with #96BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBC1; }
p { color: rgb(150,187,193); }
H1.HeaderClassName
{
color: #96BBC1;
}
.AnyTagClassName
{
color: #96BBC1;
}
</style>
background-color css
<style>
a { background-color: #96BBC1; }
a { background-color: rgb(150,187,193); }
div.DivClassName
{
background-color: #96BBC1;
}
.BgClassName
{
background-color: #96BBC1;
}
</style>
border-color css
<style>
span { border-color: #96BBC1; }
span { border-color: rgb(150,187,193); }
td.TdClassName
{
border-color: #96BBC1;
}
.TagClassName
{
border-color: #96BBC1;
}
</style>