Shades of Blue Bell #999BCE
Tints of Blue Bell #999BCE
RGB
CMYK
RGB Variations
Color information
#999BCE (or 0x999BCE) is known color: Blue Bell. HEX triplet: 99, 9B and CE. RGB value is (153,155,206). Sum of RGB (Red+Green+Blue) = 153+155+206=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #999BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BCE is #666431. Grayscale: #A0A0A0. Windows color (decimal): -6710322 or 13540249. OLE color: 13540249.
HSL color Cylindrical-coordinate representation of color #999BCE: hue angle of 237.74º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999BCE is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 155 | 206 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.19 |
| HSL | 237.74º | 0.35% | 0.7% | - |
| HSV(B) | 237.74º | 0.26% | 0.81% | - |
| XYZ | 36 | 34.67 | 63.19 | - |
| YUV | 160.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 206 | 0.26 | 0.25 | 0 | 0.19 | 237.74 | 0.35 | 0.7 |
| Hex | 99 | 9B | CE | 1A | 19 | 0 | 13 | EE | 23 | 46 |
| Octal | 231 | 233 | 316 | 32 | 31 | 0 | 23 | 356 | 43 | 106 |
| Binary | 10011001 | 10011011 | 11001110 | 11010 | 11001 | 0 | 10011 | 11101110 | 100011 | 1000110 |
Color Harmonies of #999BCE
Complementary color
Monochromatic Colors of #999BCE
Black with #999BCE
Text Example
Text Example
White with #999BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BCE; }
p { color: rgb(153,155,206); }
H1.HeaderClassName
{
color: #999BCE;
}
.AnyTagClassName
{
color: #999BCE;
}
</style>
background-color css
<style>
a { background-color: #999BCE; }
a { background-color: rgb(153,155,206); }
div.DivClassName
{
background-color: #999BCE;
}
.BgClassName
{
background-color: #999BCE;
}
</style>
border-color css
<style>
span { border-color: #999BCE; }
span { border-color: rgb(153,155,206); }
td.TdClassName
{
border-color: #999BCE;
}
.TagClassName
{
border-color: #999BCE;
}
</style>