Shades of Perano #A3BBEA
Tints of Perano #A3BBEA
RGB
CMYK
RGB Variations
Color information
#A3BBEA (or 0xA3BBEA) is known color: Perano. HEX triplet: A3, BB and EA. RGB value is (163,187,234). Sum of RGB (Red+Green+Blue) = 163+187+234=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BBEA is #5C4415. Grayscale: #B8B8B8. Windows color (decimal): -6046742 or 15383459. OLE color: 15383459.
HSL color Cylindrical-coordinate representation of color #A3BBEA: hue angle of 219.72º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BBEA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 187 | 234 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.08 |
| HSL | 219.72º | 0.63% | 0.78% | - |
| HSV(B) | 219.72º | 0.3% | 0.92% | - |
| XYZ | 47.73 | 49.27 | 84.84 | - |
| YUV | 185.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 234 | 0.30 | 0.20 | 0 | 0.08 | 219.72 | 0.63 | 0.78 |
| Hex | A3 | BB | EA | 1E | 14 | 0 | 8 | DC | 3F | 4E |
| Octal | 243 | 273 | 352 | 36 | 24 | 0 | 10 | 334 | 77 | 116 |
| Binary | 10100011 | 10111011 | 11101010 | 11110 | 10100 | 0 | 1000 | 11011100 | 111111 | 1001110 |
Color Harmonies of #A3BBEA
Complementary color
Monochromatic Colors of #A3BBEA
Black with #A3BBEA
Text Example
Text Example
White with #A3BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBEA; }
p { color: rgb(163,187,234); }
H1.HeaderClassName
{
color: #A3BBEA;
}
.AnyTagClassName
{
color: #A3BBEA;
}
</style>
background-color css
<style>
a { background-color: #A3BBEA; }
a { background-color: rgb(163,187,234); }
div.DivClassName
{
background-color: #A3BBEA;
}
.BgClassName
{
background-color: #A3BBEA;
}
</style>
border-color css
<style>
span { border-color: #A3BBEA; }
span { border-color: rgb(163,187,234); }
td.TdClassName
{
border-color: #A3BBEA;
}
.TagClassName
{
border-color: #A3BBEA;
}
</style>