Shades of Blue Bell #9896C1
Tints of Blue Bell #9896C1
RGB
CMYK
RGB Variations
Color information
#9896C1 (or 0x9896C1) is known color: Blue Bell. HEX triplet: 98, 96 and C1. RGB value is (152,150,193). Sum of RGB (Red+Green+Blue) = 152+150+193=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #9896C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896C1 is #67693E. Grayscale: #9B9B9B. Windows color (decimal): -6777151 or 12687000. OLE color: 12687000.
HSL color Cylindrical-coordinate representation of color #9896C1: hue angle of 242.79º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9896C1 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 150 | 193 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.24 |
| HSL | 242.79º | 0.26% | 0.67% | - |
| HSV(B) | 242.79º | 0.22% | 0.76% | - |
| XYZ | 33.48 | 32.34 | 54.93 | - |
| YUV | 155.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 193 | 0.21 | 0.22 | 0 | 0.24 | 242.79 | 0.26 | 0.67 |
| Hex | 98 | 96 | C1 | 15 | 16 | 0 | 18 | F3 | 1A | 43 |
| Octal | 230 | 226 | 301 | 25 | 26 | 0 | 30 | 363 | 32 | 103 |
| Binary | 10011000 | 10010110 | 11000001 | 10101 | 10110 | 0 | 11000 | 11110011 | 11010 | 1000011 |
Color Harmonies of #9896C1
Complementary color
Monochromatic Colors of #9896C1
Black with #9896C1
Text Example
Text Example
White with #9896C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896C1; }
p { color: rgb(152,150,193); }
H1.HeaderClassName
{
color: #9896C1;
}
.AnyTagClassName
{
color: #9896C1;
}
</style>
background-color css
<style>
a { background-color: #9896C1; }
a { background-color: rgb(152,150,193); }
div.DivClassName
{
background-color: #9896C1;
}
.BgClassName
{
background-color: #9896C1;
}
</style>
border-color css
<style>
span { border-color: #9896C1; }
span { border-color: rgb(152,150,193); }
td.TdClassName
{
border-color: #9896C1;
}
.TagClassName
{
border-color: #9896C1;
}
</style>