Shades of Blue Bell #99A0C6
Tints of Blue Bell #99A0C6
RGB
CMYK
RGB Variations
Color information
#99A0C6 (or 0x99A0C6) is known color: Blue Bell. HEX triplet: 99, A0 and C6. RGB value is (153,160,198). Sum of RGB (Red+Green+Blue) = 153+160+198=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #99A0C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0C6 is #665F39. Grayscale: #A2A2A2. Windows color (decimal): -6709050 or 13017241. OLE color: 13017241.
HSL color Cylindrical-coordinate representation of color #99A0C6: hue angle of 230.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99A0C6 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 160 | 198 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.22 |
| HSL | 230.67º | 0.28% | 0.69% | - |
| HSV(B) | 230.67º | 0.23% | 0.78% | - |
| XYZ | 35.9 | 35.99 | 58.48 | - |
| YUV | 162.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 198 | 0.23 | 0.19 | 0 | 0.22 | 230.67 | 0.28 | 0.69 |
| Hex | 99 | A0 | C6 | 17 | 13 | 0 | 16 | E7 | 1C | 45 |
| Octal | 231 | 240 | 306 | 27 | 23 | 0 | 26 | 347 | 34 | 105 |
| Binary | 10011001 | 10100000 | 11000110 | 10111 | 10011 | 0 | 10110 | 11100111 | 11100 | 1000101 |
Color Harmonies of #99A0C6
Complementary color
Monochromatic Colors of #99A0C6
Black with #99A0C6
Text Example
Text Example
White with #99A0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0C6; }
p { color: rgb(153,160,198); }
H1.HeaderClassName
{
color: #99A0C6;
}
.AnyTagClassName
{
color: #99A0C6;
}
</style>
background-color css
<style>
a { background-color: #99A0C6; }
a { background-color: rgb(153,160,198); }
div.DivClassName
{
background-color: #99A0C6;
}
.BgClassName
{
background-color: #99A0C6;
}
</style>
border-color css
<style>
span { border-color: #99A0C6; }
span { border-color: rgb(153,160,198); }
td.TdClassName
{
border-color: #99A0C6;
}
.TagClassName
{
border-color: #99A0C6;
}
</style>