Shades of Perano #A5BFFD
Tints of Perano #A5BFFD
RGB
CMYK
RGB Variations
Color information
#A5BFFD (or 0xA5BFFD) is known color: Perano. HEX triplet: A5, BF and FD. RGB value is (165,191,253). Sum of RGB (Red+Green+Blue) = 165+191+253=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFFD is #5A4002. Grayscale: #BEBEBE. Windows color (decimal): -5914627 or 16629669. OLE color: 16629669.
HSL color Cylindrical-coordinate representation of color #A5BFFD: hue angle of 222.27º 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 #A5BFFD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 191 | 253 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.01 |
| HSL | 222.27º | 0.96% | 0.82% | - |
| HSV(B) | 222.27º | 0.35% | 0.99% | - |
| XYZ | 51.88 | 52.35 | 100.3 | - |
| YUV | 190.29 | 163.39 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 253 | 0.35 | 0.25 | 0 | 0.01 | 222.27 | 0.96 | 0.82 |
| Hex | A5 | BF | FD | 23 | 19 | 0 | 1 | DE | 60 | 52 |
| Octal | 245 | 277 | 375 | 43 | 31 | 0 | 1 | 336 | 140 | 122 |
| Binary | 10100101 | 10111111 | 11111101 | 100011 | 11001 | 0 | 1 | 11011110 | 1100000 | 1010010 |
Color Harmonies of #A5BFFD
Complementary color
Monochromatic Colors of #A5BFFD
Black with #A5BFFD
Text Example
Text Example
White with #A5BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFFD; }
p { color: rgb(165,191,253); }
H1.HeaderClassName
{
color: #A5BFFD;
}
.AnyTagClassName
{
color: #A5BFFD;
}
</style>
background-color css
<style>
a { background-color: #A5BFFD; }
a { background-color: rgb(165,191,253); }
div.DivClassName
{
background-color: #A5BFFD;
}
.BgClassName
{
background-color: #A5BFFD;
}
</style>
border-color css
<style>
span { border-color: #A5BFFD; }
span { border-color: rgb(165,191,253); }
td.TdClassName
{
border-color: #A5BFFD;
}
.TagClassName
{
border-color: #A5BFFD;
}
</style>