Shades of Blue Bell #A0A4CC
Tints of Blue Bell #A0A4CC
RGB
CMYK
RGB Variations
Color information
#A0A4CC (or 0xA0A4CC) is known color: Blue Bell. HEX triplet: A0, A4 and CC. RGB value is (160,164,204). Sum of RGB (Red+Green+Blue) = 160+164+204=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4CC is #5F5B33. Grayscale: #A7A7A7. Windows color (decimal): -6249268 or 13411488. OLE color: 13411488.
HSL color Cylindrical-coordinate representation of color #A0A4CC: hue angle of 234.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0A4CC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 164 | 204 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.2 |
| HSL | 234.55º | 0.3% | 0.71% | - |
| HSV(B) | 234.55º | 0.22% | 0.8% | - |
| XYZ | 38.67 | 38.38 | 62.5 | - |
| YUV | 167.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 204 | 0.22 | 0.20 | 0 | 0.2 | 234.55 | 0.3 | 0.71 |
| Hex | A0 | A4 | CC | 16 | 14 | 0 | 14 | EB | 1E | 47 |
| Octal | 240 | 244 | 314 | 26 | 24 | 0 | 24 | 353 | 36 | 107 |
| Binary | 10100000 | 10100100 | 11001100 | 10110 | 10100 | 0 | 10100 | 11101011 | 11110 | 1000111 |
Color Harmonies of #A0A4CC
Complementary color
Monochromatic Colors of #A0A4CC
Black with #A0A4CC
Text Example
Text Example
White with #A0A4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4CC; }
p { color: rgb(160,164,204); }
H1.HeaderClassName
{
color: #A0A4CC;
}
.AnyTagClassName
{
color: #A0A4CC;
}
</style>
background-color css
<style>
a { background-color: #A0A4CC; }
a { background-color: rgb(160,164,204); }
div.DivClassName
{
background-color: #A0A4CC;
}
.BgClassName
{
background-color: #A0A4CC;
}
</style>
border-color css
<style>
span { border-color: #A0A4CC; }
span { border-color: rgb(160,164,204); }
td.TdClassName
{
border-color: #A0A4CC;
}
.TagClassName
{
border-color: #A0A4CC;
}
</style>