Shades of Blue Bell #9696C6
Tints of Blue Bell #9696C6
RGB
CMYK
RGB Variations
Color information
#9696C6 (or 0x9696C6) is known color: Blue Bell. HEX triplet: 96, 96 and C6. RGB value is (150,150,198). Sum of RGB (Red+Green+Blue) = 150+150+198=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #9696C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696C6 is #696939. Grayscale: #9B9B9B. Windows color (decimal): -6908218 or 13014678. OLE color: 13014678.
HSL color Cylindrical-coordinate representation of color #9696C6: hue angle of 240º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9696C6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 150 | 198 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.22 |
| HSL | 240º | 0.3% | 0.68% | - |
| HSV(B) | 240º | 0.24% | 0.78% | - |
| XYZ | 33.68 | 32.37 | 57.9 | - |
| YUV | 155.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 198 | 0.24 | 0.24 | 0 | 0.22 | 240 | 0.3 | 0.68 |
| Hex | 96 | 96 | C6 | 18 | 18 | 0 | 16 | F0 | 1E | 44 |
| Octal | 226 | 226 | 306 | 30 | 30 | 0 | 26 | 360 | 36 | 104 |
| Binary | 10010110 | 10010110 | 11000110 | 11000 | 11000 | 0 | 10110 | 11110000 | 11110 | 1000100 |
Color Harmonies of #9696C6
Complementary color
Monochromatic Colors of #9696C6
Black with #9696C6
Text Example
Text Example
White with #9696C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9696C6; }
p { color: rgb(150,150,198); }
H1.HeaderClassName
{
color: #9696C6;
}
.AnyTagClassName
{
color: #9696C6;
}
</style>
background-color css
<style>
a { background-color: #9696C6; }
a { background-color: rgb(150,150,198); }
div.DivClassName
{
background-color: #9696C6;
}
.BgClassName
{
background-color: #9696C6;
}
</style>
border-color css
<style>
span { border-color: #9696C6; }
span { border-color: rgb(150,150,198); }
td.TdClassName
{
border-color: #9696C6;
}
.TagClassName
{
border-color: #9696C6;
}
</style>