Shades of Perano #A4BDEA
Tints of Perano #A4BDEA
RGB
CMYK
RGB Variations
Color information
#A4BDEA (or 0xA4BDEA) is known color: Perano. HEX triplet: A4, BD and EA. RGB value is (164,189,234). Sum of RGB (Red+Green+Blue) = 164+189+234=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BDEA is #5B4215. Grayscale: #BABABA. Windows color (decimal): -5980694 or 15383972. OLE color: 15383972.
HSL color Cylindrical-coordinate representation of color #A4BDEA: hue angle of 218.57º 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 #A4BDEA is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 189 | 234 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.08 |
| HSL | 218.57º | 0.63% | 0.78% | - |
| HSV(B) | 218.57º | 0.3% | 0.92% | - |
| XYZ | 48.36 | 50.23 | 84.99 | - |
| YUV | 186.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 234 | 0.30 | 0.19 | 0 | 0.08 | 218.57 | 0.63 | 0.78 |
| Hex | A4 | BD | EA | 1E | 13 | 0 | 8 | DB | 3E | 4E |
| Octal | 244 | 275 | 352 | 36 | 23 | 0 | 10 | 333 | 76 | 116 |
| Binary | 10100100 | 10111101 | 11101010 | 11110 | 10011 | 0 | 1000 | 11011011 | 111110 | 1001110 |
Color Harmonies of #A4BDEA
Complementary color
Monochromatic Colors of #A4BDEA
Black with #A4BDEA
Text Example
Text Example
White with #A4BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDEA; }
p { color: rgb(164,189,234); }
H1.HeaderClassName
{
color: #A4BDEA;
}
.AnyTagClassName
{
color: #A4BDEA;
}
</style>
background-color css
<style>
a { background-color: #A4BDEA; }
a { background-color: rgb(164,189,234); }
div.DivClassName
{
background-color: #A4BDEA;
}
.BgClassName
{
background-color: #A4BDEA;
}
</style>
border-color css
<style>
span { border-color: #A4BDEA; }
span { border-color: rgb(164,189,234); }
td.TdClassName
{
border-color: #A4BDEA;
}
.TagClassName
{
border-color: #A4BDEA;
}
</style>