Shades of Blue Bell #9996C1
Tints of Blue Bell #9996C1
RGB
CMYK
RGB Variations
Color information
#9996C1 (or 0x9996C1) is known color: Blue Bell. HEX triplet: 99, 96 and C1. RGB value is (153,150,193). Sum of RGB (Red+Green+Blue) = 153+150+193=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #9996C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996C1 is #66693E. Grayscale: #9B9B9B. Windows color (decimal): -6711615 or 12687001. OLE color: 12687001.
HSL color Cylindrical-coordinate representation of color #9996C1: hue angle of 244.19º 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 #9996C1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 150 | 193 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.24 |
| HSL | 244.19º | 0.26% | 0.67% | - |
| HSV(B) | 244.19º | 0.22% | 0.76% | - |
| XYZ | 33.67 | 32.44 | 54.94 | - |
| YUV | 155.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 193 | 0.21 | 0.22 | 0 | 0.24 | 244.19 | 0.26 | 0.67 |
| Hex | 99 | 96 | C1 | 15 | 16 | 0 | 18 | F4 | 1A | 43 |
| Octal | 231 | 226 | 301 | 25 | 26 | 0 | 30 | 364 | 32 | 103 |
| Binary | 10011001 | 10010110 | 11000001 | 10101 | 10110 | 0 | 11000 | 11110100 | 11010 | 1000011 |
Color Harmonies of #9996C1
Complementary color
Monochromatic Colors of #9996C1
Black with #9996C1
Text Example
Text Example
White with #9996C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996C1; }
p { color: rgb(153,150,193); }
H1.HeaderClassName
{
color: #9996C1;
}
.AnyTagClassName
{
color: #9996C1;
}
</style>
background-color css
<style>
a { background-color: #9996C1; }
a { background-color: rgb(153,150,193); }
div.DivClassName
{
background-color: #9996C1;
}
.BgClassName
{
background-color: #9996C1;
}
</style>
border-color css
<style>
span { border-color: #9996C1; }
span { border-color: rgb(153,150,193); }
td.TdClassName
{
border-color: #9996C1;
}
.TagClassName
{
border-color: #9996C1;
}
</style>