Shades of Blue Bell #99A0CE
Tints of Blue Bell #99A0CE
RGB
CMYK
RGB Variations
Color information
#99A0CE (or 0x99A0CE) is known color: Blue Bell. HEX triplet: 99, A0 and CE. RGB value is (153,160,206). Sum of RGB (Red+Green+Blue) = 153+160+206=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0CE is #665F31. Grayscale: #A2A2A2. Windows color (decimal): -6709042 or 13541529. OLE color: 13541529.
HSL color Cylindrical-coordinate representation of color #99A0CE: hue angle of 232.08º 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 #99A0CE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 160 | 206 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.19 |
| HSL | 232.08º | 0.35% | 0.7% | - |
| HSV(B) | 232.08º | 0.26% | 0.81% | - |
| XYZ | 36.85 | 36.37 | 63.47 | - |
| YUV | 163.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 206 | 0.26 | 0.22 | 0 | 0.19 | 232.08 | 0.35 | 0.7 |
| Hex | 99 | A0 | CE | 1A | 16 | 0 | 13 | E8 | 23 | 46 |
| Octal | 231 | 240 | 316 | 32 | 26 | 0 | 23 | 350 | 43 | 106 |
| Binary | 10011001 | 10100000 | 11001110 | 11010 | 10110 | 0 | 10011 | 11101000 | 100011 | 1000110 |
Color Harmonies of #99A0CE
Complementary color
Monochromatic Colors of #99A0CE
Black with #99A0CE
Text Example
Text Example
White with #99A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0CE; }
p { color: rgb(153,160,206); }
H1.HeaderClassName
{
color: #99A0CE;
}
.AnyTagClassName
{
color: #99A0CE;
}
</style>
background-color css
<style>
a { background-color: #99A0CE; }
a { background-color: rgb(153,160,206); }
div.DivClassName
{
background-color: #99A0CE;
}
.BgClassName
{
background-color: #99A0CE;
}
</style>
border-color css
<style>
span { border-color: #99A0CE; }
span { border-color: rgb(153,160,206); }
td.TdClassName
{
border-color: #99A0CE;
}
.TagClassName
{
border-color: #99A0CE;
}
</style>