Shades of Blue Bell #99A0C1
Tints of Blue Bell #99A0C1
RGB
CMYK
RGB Variations
Color information
#99A0C1 (or 0x99A0C1) is known color: Blue Bell. HEX triplet: 99, A0 and C1. RGB value is (153,160,193). Sum of RGB (Red+Green+Blue) = 153+160+193=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #99A0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0C1 is #665F3E. Grayscale: #A1A1A1. Windows color (decimal): -6709055 or 12689561. OLE color: 12689561.
HSL color Cylindrical-coordinate representation of color #99A0C1: hue angle of 229.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A0C1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 160 | 193 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.24 |
| HSL | 229.5º | 0.24% | 0.68% | - |
| HSV(B) | 229.5º | 0.21% | 0.76% | - |
| XYZ | 35.33 | 35.76 | 55.49 | - |
| YUV | 161.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 193 | 0.21 | 0.17 | 0 | 0.24 | 229.5 | 0.24 | 0.68 |
| Hex | 99 | A0 | C1 | 15 | 11 | 0 | 18 | E6 | 18 | 44 |
| Octal | 231 | 240 | 301 | 25 | 21 | 0 | 30 | 346 | 30 | 104 |
| Binary | 10011001 | 10100000 | 11000001 | 10101 | 10001 | 0 | 11000 | 11100110 | 11000 | 1000100 |
Color Harmonies of #99A0C1
Complementary color
Monochromatic Colors of #99A0C1
Black with #99A0C1
Text Example
Text Example
White with #99A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A0C1; }
p { color: rgb(153,160,193); }
H1.HeaderClassName
{
color: #99A0C1;
}
.AnyTagClassName
{
color: #99A0C1;
}
</style>
background-color css
<style>
a { background-color: #99A0C1; }
a { background-color: rgb(153,160,193); }
div.DivClassName
{
background-color: #99A0C1;
}
.BgClassName
{
background-color: #99A0C1;
}
</style>
border-color css
<style>
span { border-color: #99A0C1; }
span { border-color: rgb(153,160,193); }
td.TdClassName
{
border-color: #99A0C1;
}
.TagClassName
{
border-color: #99A0C1;
}
</style>