Shades of Blue Bell #9699CB
Tints of Blue Bell #9699CB
RGB
CMYK
RGB Variations
Color information
#9699CB (or 0x9699CB) is known color: Blue Bell. HEX triplet: 96, 99 and CB. RGB value is (150,153,203). Sum of RGB (Red+Green+Blue) = 150+153+203=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #9699CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9699CB is #696634. Grayscale: #9D9D9D. Windows color (decimal): -6907445 or 13343126. OLE color: 13343126.
HSL color Cylindrical-coordinate representation of color #9699CB: hue angle of 236.6º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9699CB is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 153 | 203 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.20 |
| HSL | 236.6º | 0.34% | 0.69% | - |
| HSV(B) | 236.6º | 0.26% | 0.8% | - |
| XYZ | 34.75 | 33.58 | 61.15 | - |
| YUV | 157.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 203 | 0.26 | 0.25 | 0 | 0.20 | 236.6 | 0.34 | 0.69 |
| Hex | 96 | 99 | CB | 1A | 19 | 0 | 14 | ED | 22 | 45 |
| Octal | 226 | 231 | 313 | 32 | 31 | 0 | 24 | 355 | 42 | 105 |
| Binary | 10010110 | 10011001 | 11001011 | 11010 | 11001 | 0 | 10100 | 11101101 | 100010 | 1000101 |
Color Harmonies of #9699CB
Complementary color
Monochromatic Colors of #9699CB
Black with #9699CB
Text Example
Text Example
White with #9699CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699CB; }
p { color: rgb(150,153,203); }
H1.HeaderClassName
{
color: #9699CB;
}
.AnyTagClassName
{
color: #9699CB;
}
</style>
background-color css
<style>
a { background-color: #9699CB; }
a { background-color: rgb(150,153,203); }
div.DivClassName
{
background-color: #9699CB;
}
.BgClassName
{
background-color: #9699CB;
}
</style>
border-color css
<style>
span { border-color: #9699CB; }
span { border-color: rgb(150,153,203); }
td.TdClassName
{
border-color: #9699CB;
}
.TagClassName
{
border-color: #9699CB;
}
</style>