Shades of Perano #A5B8FE
Tints of Perano #A5B8FE
RGB
CMYK
RGB Variations
Color information
#A5B8FE (or 0xA5B8FE) is known color: Perano. HEX triplet: A5, B8 and FE. RGB value is (165,184,254). Sum of RGB (Red+Green+Blue) = 165+184+254=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B8FE is #5A4701. Grayscale: #BABABA. Windows color (decimal): -5916418 or 16693413. OLE color: 16693413.
HSL color Cylindrical-coordinate representation of color #A5B8FE: hue angle of 227.19º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5B8FE is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 184 | 254 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.00 |
| HSL | 227.19º | 0.98% | 0.82% | - |
| HSV(B) | 227.19º | 0.35% | 1% | - |
| XYZ | 50.55 | 49.44 | 100.64 | - |
| YUV | 186.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 254 | 0.35 | 0.28 | 0 | 0.00 | 227.19 | 0.98 | 0.82 |
| Hex | A5 | B8 | FE | 23 | 1C | 0 | 0 | E3 | 62 | 52 |
| Octal | 245 | 270 | 376 | 43 | 34 | 0 | 0 | 343 | 142 | 122 |
| Binary | 10100101 | 10111000 | 11111110 | 100011 | 11100 | 0 | 0 | 11100011 | 1100010 | 1010010 |
Color Harmonies of #A5B8FE
Complementary color
Monochromatic Colors of #A5B8FE
Black with #A5B8FE
Text Example
Text Example
White with #A5B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8FE; }
p { color: rgb(165,184,254); }
H1.HeaderClassName
{
color: #A5B8FE;
}
.AnyTagClassName
{
color: #A5B8FE;
}
</style>
background-color css
<style>
a { background-color: #A5B8FE; }
a { background-color: rgb(165,184,254); }
div.DivClassName
{
background-color: #A5B8FE;
}
.BgClassName
{
background-color: #A5B8FE;
}
</style>
border-color css
<style>
span { border-color: #A5B8FE; }
span { border-color: rgb(165,184,254); }
td.TdClassName
{
border-color: #A5B8FE;
}
.TagClassName
{
border-color: #A5B8FE;
}
</style>