Shades of Blue Bell #9996C2
Tints of Blue Bell #9996C2
RGB
CMYK
RGB Variations
Color information
#9996C2 (or 0x9996C2) is known color: Blue Bell. HEX triplet: 99, 96 and C2. RGB value is (153,150,194). Sum of RGB (Red+Green+Blue) = 153+150+194=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #9996C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996C2 is #66693D. Grayscale: #9B9B9B. Windows color (decimal): -6711614 or 12752537. OLE color: 12752537.
HSL color Cylindrical-coordinate representation of color #9996C2: hue angle of 244.09º 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 #9996C2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 150 | 194 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.24 |
| HSL | 244.09º | 0.27% | 0.67% | - |
| HSV(B) | 244.09º | 0.23% | 0.76% | - |
| XYZ | 33.78 | 32.48 | 55.53 | - |
| YUV | 155.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 194 | 0.21 | 0.23 | 0 | 0.24 | 244.09 | 0.27 | 0.67 |
| Hex | 99 | 96 | C2 | 15 | 17 | 0 | 18 | F4 | 1B | 43 |
| Octal | 231 | 226 | 302 | 25 | 27 | 0 | 30 | 364 | 33 | 103 |
| Binary | 10011001 | 10010110 | 11000010 | 10101 | 10111 | 0 | 11000 | 11110100 | 11011 | 1000011 |
Color Harmonies of #9996C2
Complementary color
Monochromatic Colors of #9996C2
Black with #9996C2
Text Example
Text Example
White with #9996C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996C2; }
p { color: rgb(153,150,194); }
H1.HeaderClassName
{
color: #9996C2;
}
.AnyTagClassName
{
color: #9996C2;
}
</style>
background-color css
<style>
a { background-color: #9996C2; }
a { background-color: rgb(153,150,194); }
div.DivClassName
{
background-color: #9996C2;
}
.BgClassName
{
background-color: #9996C2;
}
</style>
border-color css
<style>
span { border-color: #9996C2; }
span { border-color: rgb(153,150,194); }
td.TdClassName
{
border-color: #9996C2;
}
.TagClassName
{
border-color: #9996C2;
}
</style>