Shades of Perano #A5BBEA
Tints of Perano #A5BBEA
RGB
CMYK
RGB Variations
Color information
#A5BBEA (or 0xA5BBEA) is known color: Perano. HEX triplet: A5, BB and EA. RGB value is (165,187,234). Sum of RGB (Red+Green+Blue) = 165+187+234=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBEA is #5A4415. Grayscale: #B9B9B9. Windows color (decimal): -5915670 or 15383461. OLE color: 15383461.
HSL color Cylindrical-coordinate representation of color #A5BBEA: hue angle of 220.87º 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 #A5BBEA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 187 | 234 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.08 |
| HSL | 220.87º | 0.62% | 0.78% | - |
| HSV(B) | 220.87º | 0.29% | 0.92% | - |
| XYZ | 48.14 | 49.48 | 84.86 | - |
| YUV | 185.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 234 | 0.29 | 0.20 | 0 | 0.08 | 220.87 | 0.62 | 0.78 |
| Hex | A5 | BB | EA | 1D | 14 | 0 | 8 | DD | 3E | 4E |
| Octal | 245 | 273 | 352 | 35 | 24 | 0 | 10 | 335 | 76 | 116 |
| Binary | 10100101 | 10111011 | 11101010 | 11101 | 10100 | 0 | 1000 | 11011101 | 111110 | 1001110 |
Color Harmonies of #A5BBEA
Complementary color
Monochromatic Colors of #A5BBEA
Black with #A5BBEA
Text Example
Text Example
White with #A5BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBEA; }
p { color: rgb(165,187,234); }
H1.HeaderClassName
{
color: #A5BBEA;
}
.AnyTagClassName
{
color: #A5BBEA;
}
</style>
background-color css
<style>
a { background-color: #A5BBEA; }
a { background-color: rgb(165,187,234); }
div.DivClassName
{
background-color: #A5BBEA;
}
.BgClassName
{
background-color: #A5BBEA;
}
</style>
border-color css
<style>
span { border-color: #A5BBEA; }
span { border-color: rgb(165,187,234); }
td.TdClassName
{
border-color: #A5BBEA;
}
.TagClassName
{
border-color: #A5BBEA;
}
</style>