Shades of Perano #A5BEFF
Tints of Perano #A5BEFF
RGB
CMYK
RGB Variations
Color information
#A5BEFF (or 0xA5BEFF) is known color: Perano. HEX triplet: A5, BE and FF. RGB value is (165,190,255). Sum of RGB (Red+Green+Blue) = 165+190+255=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BEFF is #5A4100. Grayscale: #BDBDBD. Windows color (decimal): -5914881 or 16760485. OLE color: 16760485.
HSL color Cylindrical-coordinate representation of color #A5BEFF: hue angle of 223.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BEFF is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 190 | 255 | - |
| CMYK | 0.35 | 0.25 | 0 | 0 |
| HSL | 223.33º | 1% | 0.82% | - |
| HSV(B) | 223.33º | 0.35% | 1% | - |
| XYZ | 51.98 | 52.05 | 101.91 | - |
| YUV | 189.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 255 | 0.35 | 0.25 | 0 | 0 | 223.33 | 1 | 0.82 |
| Hex | A5 | BE | FF | 23 | 19 | 0 | 0 | DF | 64 | 52 |
| Octal | 245 | 276 | 377 | 43 | 31 | 0 | 0 | 337 | 144 | 122 |
| Binary | 10100101 | 10111110 | 11111111 | 100011 | 11001 | 0 | 0 | 11011111 | 1100100 | 1010010 |
Color Harmonies of #A5BEFF
Complementary color
Monochromatic Colors of #A5BEFF
Black with #A5BEFF
Text Example
Text Example
White with #A5BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEFF; }
p { color: rgb(165,190,255); }
H1.HeaderClassName
{
color: #A5BEFF;
}
.AnyTagClassName
{
color: #A5BEFF;
}
</style>
background-color css
<style>
a { background-color: #A5BEFF; }
a { background-color: rgb(165,190,255); }
div.DivClassName
{
background-color: #A5BEFF;
}
.BgClassName
{
background-color: #A5BEFF;
}
</style>
border-color css
<style>
span { border-color: #A5BEFF; }
span { border-color: rgb(165,190,255); }
td.TdClassName
{
border-color: #A5BEFF;
}
.TagClassName
{
border-color: #A5BEFF;
}
</style>