Shades of Blue Bell #999CD2
Tints of Blue Bell #999CD2
RGB
CMYK
RGB Variations
Color information
#999CD2 (or 0x999CD2) is known color: Blue Bell. HEX triplet: 99, 9C and D2. RGB value is (153,156,210). Sum of RGB (Red+Green+Blue) = 153+156+210=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #999CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CD2 is #66632D. Grayscale: #A1A1A1. Windows color (decimal): -6710062 or 13802649. OLE color: 13802649.
HSL color Cylindrical-coordinate representation of color #999CD2: hue angle of 236.84º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #999CD2 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 156 | 210 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.18 |
| HSL | 236.84º | 0.39% | 0.71% | - |
| HSV(B) | 236.84º | 0.27% | 0.82% | - |
| XYZ | 36.66 | 35.2 | 65.84 | - |
| YUV | 161.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 210 | 0.27 | 0.26 | 0 | 0.18 | 236.84 | 0.39 | 0.71 |
| Hex | 99 | 9C | D2 | 1B | 1A | 0 | 12 | ED | 27 | 47 |
| Octal | 231 | 234 | 322 | 33 | 32 | 0 | 22 | 355 | 47 | 107 |
| Binary | 10011001 | 10011100 | 11010010 | 11011 | 11010 | 0 | 10010 | 11101101 | 100111 | 1000111 |
Color Harmonies of #999CD2
Complementary color
Monochromatic Colors of #999CD2
Black with #999CD2
Text Example
Text Example
White with #999CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CD2; }
p { color: rgb(153,156,210); }
H1.HeaderClassName
{
color: #999CD2;
}
.AnyTagClassName
{
color: #999CD2;
}
</style>
background-color css
<style>
a { background-color: #999CD2; }
a { background-color: rgb(153,156,210); }
div.DivClassName
{
background-color: #999CD2;
}
.BgClassName
{
background-color: #999CD2;
}
</style>
border-color css
<style>
span { border-color: #999CD2; }
span { border-color: rgb(153,156,210); }
td.TdClassName
{
border-color: #999CD2;
}
.TagClassName
{
border-color: #999CD2;
}
</style>