Shades of Perano #A4BAFF
Tints of Perano #A4BAFF
RGB
CMYK
RGB Variations
Color information
#A4BAFF (or 0xA4BAFF) is known color: Perano. HEX triplet: A4, BA and FF. RGB value is (164,186,255). Sum of RGB (Red+Green+Blue) = 164+186+255=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BAFF is #5B4500. Grayscale: #BABABA. Windows color (decimal): -5981441 or 16759460. OLE color: 16759460.
HSL color Cylindrical-coordinate representation of color #A4BAFF: hue angle of 225.49º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4BAFF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 186 | 255 | - |
| CMYK | 0.36 | 0.27 | 0 | 0 |
| HSL | 225.49º | 1% | 0.82% | - |
| HSV(B) | 225.49º | 0.36% | 1% | - |
| XYZ | 50.92 | 50.23 | 101.62 | - |
| YUV | 187.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 255 | 0.36 | 0.27 | 0 | 0 | 225.49 | 1 | 0.82 |
| Hex | A4 | BA | FF | 24 | 1B | 0 | 0 | E1 | 64 | 52 |
| Octal | 244 | 272 | 377 | 44 | 33 | 0 | 0 | 341 | 144 | 122 |
| Binary | 10100100 | 10111010 | 11111111 | 100100 | 11011 | 0 | 0 | 11100001 | 1100100 | 1010010 |
Color Harmonies of #A4BAFF
Complementary color
Monochromatic Colors of #A4BAFF
Black with #A4BAFF
Text Example
Text Example
White with #A4BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAFF; }
p { color: rgb(164,186,255); }
H1.HeaderClassName
{
color: #A4BAFF;
}
.AnyTagClassName
{
color: #A4BAFF;
}
</style>
background-color css
<style>
a { background-color: #A4BAFF; }
a { background-color: rgb(164,186,255); }
div.DivClassName
{
background-color: #A4BAFF;
}
.BgClassName
{
background-color: #A4BAFF;
}
</style>
border-color css
<style>
span { border-color: #A4BAFF; }
span { border-color: rgb(164,186,255); }
td.TdClassName
{
border-color: #A4BAFF;
}
.TagClassName
{
border-color: #A4BAFF;
}
</style>