Shades of Blue Bell #A0A3CB
Tints of Blue Bell #A0A3CB
RGB
CMYK
RGB Variations
Color information
#A0A3CB (or 0xA0A3CB) is known color: Blue Bell. HEX triplet: A0, A3 and CB. RGB value is (160,163,203). Sum of RGB (Red+Green+Blue) = 160+163+203=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A3CB is #5F5C34. Grayscale: #A6A6A6. Windows color (decimal): -6249525 or 13345696. OLE color: 13345696.
HSL color Cylindrical-coordinate representation of color #A0A3CB: hue angle of 235.81º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0A3CB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 163 | 203 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.20 |
| HSL | 235.81º | 0.29% | 0.71% | - |
| HSV(B) | 235.81º | 0.21% | 0.8% | - |
| XYZ | 38.37 | 37.98 | 61.81 | - |
| YUV | 166.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 203 | 0.21 | 0.20 | 0 | 0.20 | 235.81 | 0.29 | 0.71 |
| Hex | A0 | A3 | CB | 15 | 14 | 0 | 14 | EC | 1D | 47 |
| Octal | 240 | 243 | 313 | 25 | 24 | 0 | 24 | 354 | 35 | 107 |
| Binary | 10100000 | 10100011 | 11001011 | 10101 | 10100 | 0 | 10100 | 11101100 | 11101 | 1000111 |
Color Harmonies of #A0A3CB
Complementary color
Monochromatic Colors of #A0A3CB
Black with #A0A3CB
Text Example
Text Example
White with #A0A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A3CB; }
p { color: rgb(160,163,203); }
H1.HeaderClassName
{
color: #A0A3CB;
}
.AnyTagClassName
{
color: #A0A3CB;
}
</style>
background-color css
<style>
a { background-color: #A0A3CB; }
a { background-color: rgb(160,163,203); }
div.DivClassName
{
background-color: #A0A3CB;
}
.BgClassName
{
background-color: #A0A3CB;
}
</style>
border-color css
<style>
span { border-color: #A0A3CB; }
span { border-color: rgb(160,163,203); }
td.TdClassName
{
border-color: #A0A3CB;
}
.TagClassName
{
border-color: #A0A3CB;
}
</style>