Shades of Perano #A4BAEA
Tints of Perano #A4BAEA
RGB
CMYK
RGB Variations
Color information
#A4BAEA (or 0xA4BAEA) is known color: Perano. HEX triplet: A4, BA and EA. RGB value is (164,186,234). Sum of RGB (Red+Green+Blue) = 164+186+234=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 186 (73.05% from 255 or 31.85% 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 #A4BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BAEA is #5B4515. Grayscale: #B8B8B8. Windows color (decimal): -5981462 or 15383204. OLE color: 15383204.
HSL color Cylindrical-coordinate representation of color #A4BAEA: hue angle of 221.14º degrees, saturation: 0.62, 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 #A4BAEA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 186 | 234 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.08 |
| HSL | 221.14º | 0.63% | 0.78% | - |
| HSV(B) | 221.14º | 0.3% | 0.92% | - |
| XYZ | 47.72 | 48.95 | 84.78 | - |
| YUV | 184.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 234 | 0.30 | 0.21 | 0 | 0.08 | 221.14 | 0.63 | 0.78 |
| Hex | A4 | BA | EA | 1E | 15 | 0 | 8 | DD | 3E | 4E |
| Octal | 244 | 272 | 352 | 36 | 25 | 0 | 10 | 335 | 76 | 116 |
| Binary | 10100100 | 10111010 | 11101010 | 11110 | 10101 | 0 | 1000 | 11011101 | 111110 | 1001110 |
Color Harmonies of #A4BAEA
Complementary color
Monochromatic Colors of #A4BAEA
Black with #A4BAEA
Text Example
Text Example
White with #A4BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAEA; }
p { color: rgb(164,186,234); }
H1.HeaderClassName
{
color: #A4BAEA;
}
.AnyTagClassName
{
color: #A4BAEA;
}
</style>
background-color css
<style>
a { background-color: #A4BAEA; }
a { background-color: rgb(164,186,234); }
div.DivClassName
{
background-color: #A4BAEA;
}
.BgClassName
{
background-color: #A4BAEA;
}
</style>
border-color css
<style>
span { border-color: #A4BAEA; }
span { border-color: rgb(164,186,234); }
td.TdClassName
{
border-color: #A4BAEA;
}
.TagClassName
{
border-color: #A4BAEA;
}
</style>