Shades of Blue Bell #A0A4CE
Tints of Blue Bell #A0A4CE
RGB
CMYK
RGB Variations
Color information
#A0A4CE (or 0xA0A4CE) is known color: Blue Bell. HEX triplet: A0, A4 and CE. RGB value is (160,164,206). Sum of RGB (Red+Green+Blue) = 160+164+206=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A0A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4CE is #5F5B31. Grayscale: #A7A7A7. Windows color (decimal): -6249266 or 13542560. OLE color: 13542560.
HSL color Cylindrical-coordinate representation of color #A0A4CE: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A4CE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 164 | 206 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.19 |
| HSL | 234.78º | 0.32% | 0.72% | - |
| HSV(B) | 234.78º | 0.22% | 0.81% | - |
| XYZ | 38.91 | 38.48 | 63.77 | - |
| YUV | 167.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 206 | 0.22 | 0.20 | 0 | 0.19 | 234.78 | 0.32 | 0.72 |
| Hex | A0 | A4 | CE | 16 | 14 | 0 | 13 | EB | 20 | 48 |
| Octal | 240 | 244 | 316 | 26 | 24 | 0 | 23 | 353 | 40 | 110 |
| Binary | 10100000 | 10100100 | 11001110 | 10110 | 10100 | 0 | 10011 | 11101011 | 100000 | 1001000 |
Color Harmonies of #A0A4CE
Complementary color
Monochromatic Colors of #A0A4CE
Black with #A0A4CE
Text Example
Text Example
White with #A0A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4CE; }
p { color: rgb(160,164,206); }
H1.HeaderClassName
{
color: #A0A4CE;
}
.AnyTagClassName
{
color: #A0A4CE;
}
</style>
background-color css
<style>
a { background-color: #A0A4CE; }
a { background-color: rgb(160,164,206); }
div.DivClassName
{
background-color: #A0A4CE;
}
.BgClassName
{
background-color: #A0A4CE;
}
</style>
border-color css
<style>
span { border-color: #A0A4CE; }
span { border-color: rgb(160,164,206); }
td.TdClassName
{
border-color: #A0A4CE;
}
.TagClassName
{
border-color: #A0A4CE;
}
</style>