Shades of Perano #A5BFF4
Tints of Perano #A5BFF4
RGB
CMYK
RGB Variations
Color information
#A5BFF4 (or 0xA5BFF4) is known color: Perano. HEX triplet: A5, BF and F4. RGB value is (165,191,244). Sum of RGB (Red+Green+Blue) = 165+191+244=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #A5BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFF4 is #5A400B. Grayscale: #BDBDBD. Windows color (decimal): -5914636 or 16039845. OLE color: 16039845.
HSL color Cylindrical-coordinate representation of color #A5BFF4: hue angle of 220.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5BFF4 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 191 | 244 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.04 |
| HSL | 220.25º | 0.78% | 0.8% | - |
| HSV(B) | 220.25º | 0.32% | 0.96% | - |
| XYZ | 50.48 | 51.79 | 92.92 | - |
| YUV | 189.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 244 | 0.32 | 0.22 | 0 | 0.04 | 220.25 | 0.78 | 0.8 |
| Hex | A5 | BF | F4 | 20 | 16 | 0 | 4 | DC | 4E | 50 |
| Octal | 245 | 277 | 364 | 40 | 26 | 0 | 4 | 334 | 116 | 120 |
| Binary | 10100101 | 10111111 | 11110100 | 100000 | 10110 | 0 | 100 | 11011100 | 1001110 | 1010000 |
Color Harmonies of #A5BFF4
Complementary color
Monochromatic Colors of #A5BFF4
Black with #A5BFF4
Text Example
Text Example
White with #A5BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFF4; }
p { color: rgb(165,191,244); }
H1.HeaderClassName
{
color: #A5BFF4;
}
.AnyTagClassName
{
color: #A5BFF4;
}
</style>
background-color css
<style>
a { background-color: #A5BFF4; }
a { background-color: rgb(165,191,244); }
div.DivClassName
{
background-color: #A5BFF4;
}
.BgClassName
{
background-color: #A5BFF4;
}
</style>
border-color css
<style>
span { border-color: #A5BFF4; }
span { border-color: rgb(165,191,244); }
td.TdClassName
{
border-color: #A5BFF4;
}
.TagClassName
{
border-color: #A5BFF4;
}
</style>