Shades of Botticelli #96B7C2
Tints of Botticelli #96B7C2
RGB
CMYK
RGB Variations
Color information
#96B7C2 (or 0x96B7C2) is known color: Botticelli. HEX triplet: 96, B7 and C2. RGB value is (150,183,194). Sum of RGB (Red+Green+Blue) = 150+183+194=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #96B7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7C2 is #69483D. Grayscale: #AEAEAE. Windows color (decimal): -6899774 or 12760982. OLE color: 12760982.
HSL color Cylindrical-coordinate representation of color #96B7C2: hue angle of 195º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B7C2 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 183 | 194 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.24 |
| HSL | 195º | 0.27% | 0.67% | - |
| HSV(B) | 195º | 0.23% | 0.76% | - |
| XYZ | 39.25 | 44.25 | 57.51 | - |
| YUV | 174.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 194 | 0.23 | 0.06 | 0 | 0.24 | 195 | 0.27 | 0.67 |
| Hex | 96 | B7 | C2 | 17 | 6 | 0 | 18 | C3 | 1B | 43 |
| Octal | 226 | 267 | 302 | 27 | 6 | 0 | 30 | 303 | 33 | 103 |
| Binary | 10010110 | 10110111 | 11000010 | 10111 | 110 | 0 | 11000 | 11000011 | 11011 | 1000011 |
Color Harmonies of #96B7C2
Complementary color
Monochromatic Colors of #96B7C2
Black with #96B7C2
Text Example
Text Example
White with #96B7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7C2; }
p { color: rgb(150,183,194); }
H1.HeaderClassName
{
color: #96B7C2;
}
.AnyTagClassName
{
color: #96B7C2;
}
</style>
background-color css
<style>
a { background-color: #96B7C2; }
a { background-color: rgb(150,183,194); }
div.DivClassName
{
background-color: #96B7C2;
}
.BgClassName
{
background-color: #96B7C2;
}
</style>
border-color css
<style>
span { border-color: #96B7C2; }
span { border-color: rgb(150,183,194); }
td.TdClassName
{
border-color: #96B7C2;
}
.TagClassName
{
border-color: #96B7C2;
}
</style>