Shades of Perano #A4B4EF
Tints of Perano #A4B4EF
RGB
CMYK
RGB Variations
Color information
#A4B4EF (or 0xA4B4EF) is known color: Perano. HEX triplet: A4, B4 and EF. RGB value is (164,180,239). Sum of RGB (Red+Green+Blue) = 164+180+239=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4B4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4B4EF is #5B4B10. Grayscale: #B5B5B5. Windows color (decimal): -5982993 or 15709348. OLE color: 15709348.
HSL color Cylindrical-coordinate representation of color #A4B4EF: hue angle of 227.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4B4EF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 180 | 239 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.06 |
| HSL | 227.2º | 0.7% | 0.79% | - |
| HSV(B) | 227.2º | 0.31% | 0.94% | - |
| XYZ | 47.21 | 46.77 | 88.2 | - |
| YUV | 181.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 239 | 0.31 | 0.25 | 0 | 0.06 | 227.2 | 0.7 | 0.79 |
| Hex | A4 | B4 | EF | 1F | 19 | 0 | 6 | E3 | 46 | 4F |
| Octal | 244 | 264 | 357 | 37 | 31 | 0 | 6 | 343 | 106 | 117 |
| Binary | 10100100 | 10110100 | 11101111 | 11111 | 11001 | 0 | 110 | 11100011 | 1000110 | 1001111 |
Color Harmonies of #A4B4EF
Complementary color
Monochromatic Colors of #A4B4EF
Black with #A4B4EF
Text Example
Text Example
White with #A4B4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B4EF; }
p { color: rgb(164,180,239); }
H1.HeaderClassName
{
color: #A4B4EF;
}
.AnyTagClassName
{
color: #A4B4EF;
}
</style>
background-color css
<style>
a { background-color: #A4B4EF; }
a { background-color: rgb(164,180,239); }
div.DivClassName
{
background-color: #A4B4EF;
}
.BgClassName
{
background-color: #A4B4EF;
}
</style>
border-color css
<style>
span { border-color: #A4B4EF; }
span { border-color: rgb(164,180,239); }
td.TdClassName
{
border-color: #A4B4EF;
}
.TagClassName
{
border-color: #A4B4EF;
}
</style>