Shades of Perano #A4BFFA
Tints of Perano #A4BFFA
RGB
CMYK
RGB Variations
Color information
#A4BFFA (or 0xA4BFFA) is known color: Perano. HEX triplet: A4, BF and FA. RGB value is (164,191,250). Sum of RGB (Red+Green+Blue) = 164+191+250=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BFFA is #5B4005. Grayscale: #BDBDBD. Windows color (decimal): -5980166 or 16433060. OLE color: 16433060.
HSL color Cylindrical-coordinate representation of color #A4BFFA: hue angle of 221.16º 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 #A4BFFA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 191 | 250 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.02 |
| HSL | 221.16º | 0.9% | 0.81% | - |
| HSV(B) | 221.16º | 0.34% | 0.98% | - |
| XYZ | 51.2 | 52.06 | 97.79 | - |
| YUV | 189.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 250 | 0.34 | 0.24 | 0 | 0.02 | 221.16 | 0.9 | 0.81 |
| Hex | A4 | BF | FA | 22 | 18 | 0 | 2 | DD | 5A | 51 |
| Octal | 244 | 277 | 372 | 42 | 30 | 0 | 2 | 335 | 132 | 121 |
| Binary | 10100100 | 10111111 | 11111010 | 100010 | 11000 | 0 | 10 | 11011101 | 1011010 | 1010001 |
Color Harmonies of #A4BFFA
Complementary color
Monochromatic Colors of #A4BFFA
Black with #A4BFFA
Text Example
Text Example
White with #A4BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFFA; }
p { color: rgb(164,191,250); }
H1.HeaderClassName
{
color: #A4BFFA;
}
.AnyTagClassName
{
color: #A4BFFA;
}
</style>
background-color css
<style>
a { background-color: #A4BFFA; }
a { background-color: rgb(164,191,250); }
div.DivClassName
{
background-color: #A4BFFA;
}
.BgClassName
{
background-color: #A4BFFA;
}
</style>
border-color css
<style>
span { border-color: #A4BFFA; }
span { border-color: rgb(164,191,250); }
td.TdClassName
{
border-color: #A4BFFA;
}
.TagClassName
{
border-color: #A4BFFA;
}
</style>