Shades of Perano #A5BFF8
Tints of Perano #A5BFF8
RGB
CMYK
RGB Variations
Color information
#A5BFF8 (or 0xA5BFF8) is known color: Perano. HEX triplet: A5, BF and F8. RGB value is (165,191,248). Sum of RGB (Red+Green+Blue) = 165+191+248=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFF8 is #5A4007. Grayscale: #BDBDBD. Windows color (decimal): -5914632 or 16301989. OLE color: 16301989.
HSL color Cylindrical-coordinate representation of color #A5BFF8: hue angle of 221.2º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5BFF8 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 191 | 248 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.03 |
| HSL | 221.2º | 0.86% | 0.81% | - |
| HSV(B) | 221.2º | 0.33% | 0.97% | - |
| XYZ | 51.09 | 52.04 | 96.16 | - |
| YUV | 189.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 248 | 0.33 | 0.23 | 0 | 0.03 | 221.2 | 0.86 | 0.81 |
| Hex | A5 | BF | F8 | 21 | 17 | 0 | 3 | DD | 56 | 51 |
| Octal | 245 | 277 | 370 | 41 | 27 | 0 | 3 | 335 | 126 | 121 |
| Binary | 10100101 | 10111111 | 11111000 | 100001 | 10111 | 0 | 11 | 11011101 | 1010110 | 1010001 |
Color Harmonies of #A5BFF8
Complementary color
Monochromatic Colors of #A5BFF8
Black with #A5BFF8
Text Example
Text Example
White with #A5BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFF8; }
p { color: rgb(165,191,248); }
H1.HeaderClassName
{
color: #A5BFF8;
}
.AnyTagClassName
{
color: #A5BFF8;
}
</style>
background-color css
<style>
a { background-color: #A5BFF8; }
a { background-color: rgb(165,191,248); }
div.DivClassName
{
background-color: #A5BFF8;
}
.BgClassName
{
background-color: #A5BFF8;
}
</style>
border-color css
<style>
span { border-color: #A5BFF8; }
span { border-color: rgb(165,191,248); }
td.TdClassName
{
border-color: #A5BFF8;
}
.TagClassName
{
border-color: #A5BFF8;
}
</style>