Shades of Perano #A4BCFF
Tints of Perano #A4BCFF
RGB
CMYK
RGB Variations
Color information
#A4BCFF (or 0xA4BCFF) is known color: Perano. HEX triplet: A4, BC and FF. RGB value is (164,188,255). Sum of RGB (Red+Green+Blue) = 164+188+255=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFF is #5B4300. Grayscale: #BCBCBC. Windows color (decimal): -5980929 or 16759972. OLE color: 16759972.
HSL color Cylindrical-coordinate representation of color #A4BCFF: hue angle of 224.18º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4BCFF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 188 | 255 | - |
| CMYK | 0.36 | 0.26 | 0 | 0 |
| HSL | 224.18º | 1% | 0.82% | - |
| HSV(B) | 224.18º | 0.36% | 1% | - |
| XYZ | 51.34 | 51.08 | 101.76 | - |
| YUV | 188.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 255 | 0.36 | 0.26 | 0 | 0 | 224.18 | 1 | 0.82 |
| Hex | A4 | BC | FF | 24 | 1A | 0 | 0 | E0 | 64 | 52 |
| Octal | 244 | 274 | 377 | 44 | 32 | 0 | 0 | 340 | 144 | 122 |
| Binary | 10100100 | 10111100 | 11111111 | 100100 | 11010 | 0 | 0 | 11100000 | 1100100 | 1010010 |
Color Harmonies of #A4BCFF
Complementary color
Monochromatic Colors of #A4BCFF
Black with #A4BCFF
Text Example
Text Example
White with #A4BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCFF; }
p { color: rgb(164,188,255); }
H1.HeaderClassName
{
color: #A4BCFF;
}
.AnyTagClassName
{
color: #A4BCFF;
}
</style>
background-color css
<style>
a { background-color: #A4BCFF; }
a { background-color: rgb(164,188,255); }
div.DivClassName
{
background-color: #A4BCFF;
}
.BgClassName
{
background-color: #A4BCFF;
}
</style>
border-color css
<style>
span { border-color: #A4BCFF; }
span { border-color: rgb(164,188,255); }
td.TdClassName
{
border-color: #A4BCFF;
}
.TagClassName
{
border-color: #A4BCFF;
}
</style>