Shades of Blue Bell #96A0CA
Tints of Blue Bell #96A0CA
RGB
CMYK
RGB Variations
Color information
#96A0CA (or 0x96A0CA) is known color: Blue Bell. HEX triplet: 96, A0 and CA. RGB value is (150,160,202). Sum of RGB (Red+Green+Blue) = 150+160+202=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #96A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0CA is #695F35. Grayscale: #A1A1A1. Windows color (decimal): -6905654 or 13279382. OLE color: 13279382.
HSL color Cylindrical-coordinate representation of color #96A0CA: hue angle of 228.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96A0CA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 160 | 202 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.21 |
| HSL | 228.46º | 0.33% | 0.69% | - |
| HSV(B) | 228.46º | 0.26% | 0.79% | - |
| XYZ | 35.81 | 35.89 | 60.92 | - |
| YUV | 161.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 202 | 0.26 | 0.21 | 0 | 0.21 | 228.46 | 0.33 | 0.69 |
| Hex | 96 | A0 | CA | 1A | 15 | 0 | 15 | E4 | 21 | 45 |
| Octal | 226 | 240 | 312 | 32 | 25 | 0 | 25 | 344 | 41 | 105 |
| Binary | 10010110 | 10100000 | 11001010 | 11010 | 10101 | 0 | 10101 | 11100100 | 100001 | 1000101 |
Color Harmonies of #96A0CA
Complementary color
Monochromatic Colors of #96A0CA
Black with #96A0CA
Text Example
Text Example
White with #96A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0CA; }
p { color: rgb(150,160,202); }
H1.HeaderClassName
{
color: #96A0CA;
}
.AnyTagClassName
{
color: #96A0CA;
}
</style>
background-color css
<style>
a { background-color: #96A0CA; }
a { background-color: rgb(150,160,202); }
div.DivClassName
{
background-color: #96A0CA;
}
.BgClassName
{
background-color: #96A0CA;
}
</style>
border-color css
<style>
span { border-color: #96A0CA; }
span { border-color: rgb(150,160,202); }
td.TdClassName
{
border-color: #96A0CA;
}
.TagClassName
{
border-color: #96A0CA;
}
</style>