Shades of Blue Bell #99A2CE
Tints of Blue Bell #99A2CE
RGB
CMYK
RGB Variations
Color information
#99A2CE (or 0x99A2CE) is known color: Blue Bell. HEX triplet: 99, A2 and CE. RGB value is (153,162,206). Sum of RGB (Red+Green+Blue) = 153+162+206=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2CE is #665D31. Grayscale: #A4A4A4. Windows color (decimal): -6708530 or 13542041. OLE color: 13542041.
HSL color Cylindrical-coordinate representation of color #99A2CE: hue angle of 229.81º 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 #99A2CE is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 162 | 206 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.19 |
| HSL | 229.81º | 0.35% | 0.7% | - |
| HSV(B) | 229.81º | 0.26% | 0.81% | - |
| XYZ | 37.2 | 37.07 | 63.59 | - |
| YUV | 164.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 206 | 0.26 | 0.21 | 0 | 0.19 | 229.81 | 0.35 | 0.7 |
| Hex | 99 | A2 | CE | 1A | 15 | 0 | 13 | E6 | 23 | 46 |
| Octal | 231 | 242 | 316 | 32 | 25 | 0 | 23 | 346 | 43 | 106 |
| Binary | 10011001 | 10100010 | 11001110 | 11010 | 10101 | 0 | 10011 | 11100110 | 100011 | 1000110 |
Color Harmonies of #99A2CE
Complementary color
Monochromatic Colors of #99A2CE
Black with #99A2CE
Text Example
Text Example
White with #99A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A2CE; }
p { color: rgb(153,162,206); }
H1.HeaderClassName
{
color: #99A2CE;
}
.AnyTagClassName
{
color: #99A2CE;
}
</style>
background-color css
<style>
a { background-color: #99A2CE; }
a { background-color: rgb(153,162,206); }
div.DivClassName
{
background-color: #99A2CE;
}
.BgClassName
{
background-color: #99A2CE;
}
</style>
border-color css
<style>
span { border-color: #99A2CE; }
span { border-color: rgb(153,162,206); }
td.TdClassName
{
border-color: #99A2CE;
}
.TagClassName
{
border-color: #99A2CE;
}
</style>