Shades of Perano #A4BEFA
Tints of Perano #A4BEFA
RGB
CMYK
RGB Variations
Color information
#A4BEFA (or 0xA4BEFA) is known color: Perano. HEX triplet: A4, BE and FA. RGB value is (164,190,250). Sum of RGB (Red+Green+Blue) = 164+190+250=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BEFA is #5B4105. Grayscale: #BCBCBC. Windows color (decimal): -5980422 or 16432804. OLE color: 16432804.
HSL color Cylindrical-coordinate representation of color #A4BEFA: hue angle of 221.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4BEFA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 190 | 250 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.02 |
| HSL | 221.86º | 0.9% | 0.81% | - |
| HSV(B) | 221.86º | 0.34% | 0.98% | - |
| XYZ | 50.98 | 51.62 | 97.72 | - |
| YUV | 189.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 250 | 0.34 | 0.24 | 0 | 0.02 | 221.86 | 0.9 | 0.81 |
| Hex | A4 | BE | FA | 22 | 18 | 0 | 2 | DE | 5A | 51 |
| Octal | 244 | 276 | 372 | 42 | 30 | 0 | 2 | 336 | 132 | 121 |
| Binary | 10100100 | 10111110 | 11111010 | 100010 | 11000 | 0 | 10 | 11011110 | 1011010 | 1010001 |
Color Harmonies of #A4BEFA
Complementary color
Monochromatic Colors of #A4BEFA
Black with #A4BEFA
Text Example
Text Example
White with #A4BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BEFA; }
p { color: rgb(164,190,250); }
H1.HeaderClassName
{
color: #A4BEFA;
}
.AnyTagClassName
{
color: #A4BEFA;
}
</style>
background-color css
<style>
a { background-color: #A4BEFA; }
a { background-color: rgb(164,190,250); }
div.DivClassName
{
background-color: #A4BEFA;
}
.BgClassName
{
background-color: #A4BEFA;
}
</style>
border-color css
<style>
span { border-color: #A4BEFA; }
span { border-color: rgb(164,190,250); }
td.TdClassName
{
border-color: #A4BEFA;
}
.TagClassName
{
border-color: #A4BEFA;
}
</style>