Shades of Perano #A4BCFC
Tints of Perano #A4BCFC
RGB
CMYK
RGB Variations
Color information
#A4BCFC (or 0xA4BCFC) is known color: Perano. HEX triplet: A4, BC and FC. RGB value is (164,188,252). Sum of RGB (Red+Green+Blue) = 164+188+252=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFC is #5B4303. Grayscale: #BBBBBB. Windows color (decimal): -5980932 or 16563364. OLE color: 16563364.
HSL color Cylindrical-coordinate representation of color #A4BCFC: hue angle of 223.64º degrees, saturation: 0.94, 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 #A4BCFC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 188 | 252 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.01 |
| HSL | 223.64º | 0.94% | 0.82% | - |
| HSV(B) | 223.64º | 0.35% | 0.99% | - |
| XYZ | 50.86 | 50.89 | 99.24 | - |
| YUV | 188.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 252 | 0.35 | 0.25 | 0 | 0.01 | 223.64 | 0.94 | 0.82 |
| Hex | A4 | BC | FC | 23 | 19 | 0 | 1 | E0 | 5E | 52 |
| Octal | 244 | 274 | 374 | 43 | 31 | 0 | 1 | 340 | 136 | 122 |
| Binary | 10100100 | 10111100 | 11111100 | 100011 | 11001 | 0 | 1 | 11100000 | 1011110 | 1010010 |
Color Harmonies of #A4BCFC
Complementary color
Monochromatic Colors of #A4BCFC
Black with #A4BCFC
Text Example
Text Example
White with #A4BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCFC; }
p { color: rgb(164,188,252); }
H1.HeaderClassName
{
color: #A4BCFC;
}
.AnyTagClassName
{
color: #A4BCFC;
}
</style>
background-color css
<style>
a { background-color: #A4BCFC; }
a { background-color: rgb(164,188,252); }
div.DivClassName
{
background-color: #A4BCFC;
}
.BgClassName
{
background-color: #A4BCFC;
}
</style>
border-color css
<style>
span { border-color: #A4BCFC; }
span { border-color: rgb(164,188,252); }
td.TdClassName
{
border-color: #A4BCFC;
}
.TagClassName
{
border-color: #A4BCFC;
}
</style>