Shades of Perano #A5BFF5
Tints of Perano #A5BFF5
RGB
CMYK
RGB Variations
Color information
#A5BFF5 (or 0xA5BFF5) is known color: Perano. HEX triplet: A5, BF and F5. RGB value is (165,191,245). Sum of RGB (Red+Green+Blue) = 165+191+245=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #A5BFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFF5 is #5A400A. Grayscale: #BDBDBD. Windows color (decimal): -5914635 or 16105381. OLE color: 16105381.
HSL color Cylindrical-coordinate representation of color #A5BFF5: hue angle of 220.5º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5BFF5 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 191 | 245 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.04 |
| HSL | 220.5º | 0.8% | 0.8% | - |
| HSV(B) | 220.5º | 0.33% | 0.96% | - |
| XYZ | 50.63 | 51.85 | 93.73 | - |
| YUV | 189.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 245 | 0.33 | 0.22 | 0 | 0.04 | 220.5 | 0.8 | 0.8 |
| Hex | A5 | BF | F5 | 21 | 16 | 0 | 4 | DC | 50 | 50 |
| Octal | 245 | 277 | 365 | 41 | 26 | 0 | 4 | 334 | 120 | 120 |
| Binary | 10100101 | 10111111 | 11110101 | 100001 | 10110 | 0 | 100 | 11011100 | 1010000 | 1010000 |
Color Harmonies of #A5BFF5
Complementary color
Monochromatic Colors of #A5BFF5
Black with #A5BFF5
Text Example
Text Example
White with #A5BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFF5; }
p { color: rgb(165,191,245); }
H1.HeaderClassName
{
color: #A5BFF5;
}
.AnyTagClassName
{
color: #A5BFF5;
}
</style>
background-color css
<style>
a { background-color: #A5BFF5; }
a { background-color: rgb(165,191,245); }
div.DivClassName
{
background-color: #A5BFF5;
}
.BgClassName
{
background-color: #A5BFF5;
}
</style>
border-color css
<style>
span { border-color: #A5BFF5; }
span { border-color: rgb(165,191,245); }
td.TdClassName
{
border-color: #A5BFF5;
}
.TagClassName
{
border-color: #A5BFF5;
}
</style>