Shades of Blue Bell #99A0C5
Tints of Blue Bell #99A0C5
RGB
CMYK
RGB Variations
Color information
#99A0C5 (or 0x99A0C5) is known color: Blue Bell. HEX triplet: 99, A0 and C5. RGB value is (153,160,197). Sum of RGB (Red+Green+Blue) = 153+160+197=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #99A0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0C5 is #665F3A. Grayscale: #A1A1A1. Windows color (decimal): -6709051 or 12951705. OLE color: 12951705.
HSL color Cylindrical-coordinate representation of color #99A0C5: hue angle of 230.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99A0C5 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 160 | 197 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.23 |
| HSL | 230.45º | 0.28% | 0.69% | - |
| HSV(B) | 230.45º | 0.22% | 0.77% | - |
| XYZ | 35.79 | 35.95 | 57.88 | - |
| YUV | 162.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 197 | 0.22 | 0.19 | 0 | 0.23 | 230.45 | 0.28 | 0.69 |
| Hex | 99 | A0 | C5 | 16 | 13 | 0 | 17 | E6 | 1C | 45 |
| Octal | 231 | 240 | 305 | 26 | 23 | 0 | 27 | 346 | 34 | 105 |
| Binary | 10011001 | 10100000 | 11000101 | 10110 | 10011 | 0 | 10111 | 11100110 | 11100 | 1000101 |
Color Harmonies of #99A0C5
Complementary color
Monochromatic Colors of #99A0C5
Black with #99A0C5
Text Example
Text Example
White with #99A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0C5; }
p { color: rgb(153,160,197); }
H1.HeaderClassName
{
color: #99A0C5;
}
.AnyTagClassName
{
color: #99A0C5;
}
</style>
background-color css
<style>
a { background-color: #99A0C5; }
a { background-color: rgb(153,160,197); }
div.DivClassName
{
background-color: #99A0C5;
}
.BgClassName
{
background-color: #99A0C5;
}
</style>
border-color css
<style>
span { border-color: #99A0C5; }
span { border-color: rgb(153,160,197); }
td.TdClassName
{
border-color: #99A0C5;
}
.TagClassName
{
border-color: #99A0C5;
}
</style>