Shades of Perano #A4BBFC
Tints of Perano #A4BBFC
RGB
CMYK
RGB Variations
Color information
#A4BBFC (or 0xA4BBFC) is known color: Perano. HEX triplet: A4, BB and FC. RGB value is (164,187,252). Sum of RGB (Red+Green+Blue) = 164+187+252=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBFC is #5B4403. Grayscale: #BBBBBB. Windows color (decimal): -5981188 or 16563108. OLE color: 16563108.
HSL color Cylindrical-coordinate representation of color #A4BBFC: hue angle of 224.32º 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 #A4BBFC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 187 | 252 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.01 |
| HSL | 224.32º | 0.94% | 0.82% | - |
| HSV(B) | 224.32º | 0.35% | 0.99% | - |
| XYZ | 50.65 | 50.46 | 99.17 | - |
| YUV | 187.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 252 | 0.35 | 0.26 | 0 | 0.01 | 224.32 | 0.94 | 0.82 |
| Hex | A4 | BB | FC | 23 | 1A | 0 | 1 | E0 | 5E | 52 |
| Octal | 244 | 273 | 374 | 43 | 32 | 0 | 1 | 340 | 136 | 122 |
| Binary | 10100100 | 10111011 | 11111100 | 100011 | 11010 | 0 | 1 | 11100000 | 1011110 | 1010010 |
Color Harmonies of #A4BBFC
Complementary color
Monochromatic Colors of #A4BBFC
Black with #A4BBFC
Text Example
Text Example
White with #A4BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBFC; }
p { color: rgb(164,187,252); }
H1.HeaderClassName
{
color: #A4BBFC;
}
.AnyTagClassName
{
color: #A4BBFC;
}
</style>
background-color css
<style>
a { background-color: #A4BBFC; }
a { background-color: rgb(164,187,252); }
div.DivClassName
{
background-color: #A4BBFC;
}
.BgClassName
{
background-color: #A4BBFC;
}
</style>
border-color css
<style>
span { border-color: #A4BBFC; }
span { border-color: rgb(164,187,252); }
td.TdClassName
{
border-color: #A4BBFC;
}
.TagClassName
{
border-color: #A4BBFC;
}
</style>