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