Shades of Perano #A5BEEA
Tints of Perano #A5BEEA
RGB
CMYK
RGB Variations
Color information
#A5BEEA (or 0xA5BEEA) is known color: Perano. HEX triplet: A5, BE and EA. RGB value is (165,190,234). Sum of RGB (Red+Green+Blue) = 165+190+234=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEEA is #5A4115. Grayscale: #BBBBBB. Windows color (decimal): -5914902 or 15384229. OLE color: 15384229.
HSL color Cylindrical-coordinate representation of color #A5BEEA: hue angle of 218.26º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5BEEA is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 190 | 234 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.08 |
| HSL | 218.26º | 0.62% | 0.78% | - |
| HSV(B) | 218.26º | 0.29% | 0.92% | - |
| XYZ | 48.78 | 50.77 | 85.07 | - |
| YUV | 187.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 234 | 0.29 | 0.19 | 0 | 0.08 | 218.26 | 0.62 | 0.78 |
| Hex | A5 | BE | EA | 1D | 13 | 0 | 8 | DA | 3E | 4E |
| Octal | 245 | 276 | 352 | 35 | 23 | 0 | 10 | 332 | 76 | 116 |
| Binary | 10100101 | 10111110 | 11101010 | 11101 | 10011 | 0 | 1000 | 11011010 | 111110 | 1001110 |
Color Harmonies of #A5BEEA
Complementary color
Monochromatic Colors of #A5BEEA
Black with #A5BEEA
Text Example
Text Example
White with #A5BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEEA; }
p { color: rgb(165,190,234); }
H1.HeaderClassName
{
color: #A5BEEA;
}
.AnyTagClassName
{
color: #A5BEEA;
}
</style>
background-color css
<style>
a { background-color: #A5BEEA; }
a { background-color: rgb(165,190,234); }
div.DivClassName
{
background-color: #A5BEEA;
}
.BgClassName
{
background-color: #A5BEEA;
}
</style>
border-color css
<style>
span { border-color: #A5BEEA; }
span { border-color: rgb(165,190,234); }
td.TdClassName
{
border-color: #A5BEEA;
}
.TagClassName
{
border-color: #A5BEEA;
}
</style>