Shades of Blue Bell #96A0CB
Tints of Blue Bell #96A0CB
RGB
CMYK
RGB Variations
Color information
#96A0CB (or 0x96A0CB) is known color: Blue Bell. HEX triplet: 96, A0 and CB. RGB value is (150,160,203). Sum of RGB (Red+Green+Blue) = 150+160+203=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #96A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0CB is #695F34. Grayscale: #A1A1A1. Windows color (decimal): -6905653 or 13344918. OLE color: 13344918.
HSL color Cylindrical-coordinate representation of color #96A0CB: hue angle of 228.68º 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 #96A0CB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 160 | 203 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.20 |
| HSL | 228.68º | 0.34% | 0.69% | - |
| HSV(B) | 228.68º | 0.26% | 0.8% | - |
| XYZ | 35.93 | 35.94 | 61.54 | - |
| YUV | 161.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 203 | 0.26 | 0.21 | 0 | 0.20 | 228.68 | 0.34 | 0.69 |
| Hex | 96 | A0 | CB | 1A | 15 | 0 | 14 | E5 | 22 | 45 |
| Octal | 226 | 240 | 313 | 32 | 25 | 0 | 24 | 345 | 42 | 105 |
| Binary | 10010110 | 10100000 | 11001011 | 11010 | 10101 | 0 | 10100 | 11100101 | 100010 | 1000101 |
Color Harmonies of #96A0CB
Complementary color
Monochromatic Colors of #96A0CB
Black with #96A0CB
Text Example
Text Example
White with #96A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0CB; }
p { color: rgb(150,160,203); }
H1.HeaderClassName
{
color: #96A0CB;
}
.AnyTagClassName
{
color: #96A0CB;
}
</style>
background-color css
<style>
a { background-color: #96A0CB; }
a { background-color: rgb(150,160,203); }
div.DivClassName
{
background-color: #96A0CB;
}
.BgClassName
{
background-color: #96A0CB;
}
</style>
border-color css
<style>
span { border-color: #96A0CB; }
span { border-color: rgb(150,160,203); }
td.TdClassName
{
border-color: #96A0CB;
}
.TagClassName
{
border-color: #96A0CB;
}
</style>