Shades of Perano #A5BBFD
Tints of Perano #A5BBFD
RGB
CMYK
RGB Variations
Color information
#A5BBFD (or 0xA5BBFD) is known color: Perano. HEX triplet: A5, BB and FD. RGB value is (165,187,253). Sum of RGB (Red+Green+Blue) = 165+187+253=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBFD is #5A4402. Grayscale: #BBBBBB. Windows color (decimal): -5915651 or 16628645. OLE color: 16628645.
HSL color Cylindrical-coordinate representation of color #A5BBFD: hue angle of 225º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BBFD is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 187 | 253 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.01 |
| HSL | 225º | 0.96% | 0.82% | - |
| HSV(B) | 225º | 0.35% | 0.99% | - |
| XYZ | 51.02 | 50.63 | 100.01 | - |
| YUV | 187.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 253 | 0.35 | 0.26 | 0 | 0.01 | 225 | 0.96 | 0.82 |
| Hex | A5 | BB | FD | 23 | 1A | 0 | 1 | E1 | 60 | 52 |
| Octal | 245 | 273 | 375 | 43 | 32 | 0 | 1 | 341 | 140 | 122 |
| Binary | 10100101 | 10111011 | 11111101 | 100011 | 11010 | 0 | 1 | 11100001 | 1100000 | 1010010 |
Color Harmonies of #A5BBFD
Complementary color
Monochromatic Colors of #A5BBFD
Black with #A5BBFD
Text Example
Text Example
White with #A5BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBFD; }
p { color: rgb(165,187,253); }
H1.HeaderClassName
{
color: #A5BBFD;
}
.AnyTagClassName
{
color: #A5BBFD;
}
</style>
background-color css
<style>
a { background-color: #A5BBFD; }
a { background-color: rgb(165,187,253); }
div.DivClassName
{
background-color: #A5BBFD;
}
.BgClassName
{
background-color: #A5BBFD;
}
</style>
border-color css
<style>
span { border-color: #A5BBFD; }
span { border-color: rgb(165,187,253); }
td.TdClassName
{
border-color: #A5BBFD;
}
.TagClassName
{
border-color: #A5BBFD;
}
</style>