Shades of Blue Bell #99A0CD
Tints of Blue Bell #99A0CD
RGB
CMYK
RGB Variations
Color information
#99A0CD (or 0x99A0CD) is known color: Blue Bell. HEX triplet: 99, A0 and CD. RGB value is (153,160,205). Sum of RGB (Red+Green+Blue) = 153+160+205=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #99A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0CD is #665F32. Grayscale: #A2A2A2. Windows color (decimal): -6709043 or 13475993. OLE color: 13475993.
HSL color Cylindrical-coordinate representation of color #99A0CD: hue angle of 231.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A0CD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 160 | 205 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.20 |
| HSL | 231.92º | 0.34% | 0.7% | - |
| HSV(B) | 231.92º | 0.25% | 0.8% | - |
| XYZ | 36.73 | 36.32 | 62.83 | - |
| YUV | 163.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 205 | 0.25 | 0.22 | 0 | 0.20 | 231.92 | 0.34 | 0.7 |
| Hex | 99 | A0 | CD | 19 | 16 | 0 | 14 | E8 | 22 | 46 |
| Octal | 231 | 240 | 315 | 31 | 26 | 0 | 24 | 350 | 42 | 106 |
| Binary | 10011001 | 10100000 | 11001101 | 11001 | 10110 | 0 | 10100 | 11101000 | 100010 | 1000110 |
Color Harmonies of #99A0CD
Complementary color
Monochromatic Colors of #99A0CD
Black with #99A0CD
Text Example
Text Example
White with #99A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0CD; }
p { color: rgb(153,160,205); }
H1.HeaderClassName
{
color: #99A0CD;
}
.AnyTagClassName
{
color: #99A0CD;
}
</style>
background-color css
<style>
a { background-color: #99A0CD; }
a { background-color: rgb(153,160,205); }
div.DivClassName
{
background-color: #99A0CD;
}
.BgClassName
{
background-color: #99A0CD;
}
</style>
border-color css
<style>
span { border-color: #99A0CD; }
span { border-color: rgb(153,160,205); }
td.TdClassName
{
border-color: #99A0CD;
}
.TagClassName
{
border-color: #99A0CD;
}
</style>