Shades of Perano #A4BDFC
Tints of Perano #A4BDFC
RGB
CMYK
RGB Variations
Color information
#A4BDFC (or 0xA4BDFC) is known color: Perano. HEX triplet: A4, BD and FC. RGB value is (164,189,252). Sum of RGB (Red+Green+Blue) = 164+189+252=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BDFC is #5B4203. Grayscale: #BCBCBC. Windows color (decimal): -5980676 or 16563620. OLE color: 16563620.
HSL color Cylindrical-coordinate representation of color #A4BDFC: hue angle of 222.95º 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 #A4BDFC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 189 | 252 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.01 |
| HSL | 222.95º | 0.94% | 0.82% | - |
| HSV(B) | 222.95º | 0.35% | 0.99% | - |
| XYZ | 51.08 | 51.32 | 99.31 | - |
| YUV | 188.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 252 | 0.35 | 0.25 | 0 | 0.01 | 222.95 | 0.94 | 0.82 |
| Hex | A4 | BD | FC | 23 | 19 | 0 | 1 | DF | 5E | 52 |
| Octal | 244 | 275 | 374 | 43 | 31 | 0 | 1 | 337 | 136 | 122 |
| Binary | 10100100 | 10111101 | 11111100 | 100011 | 11001 | 0 | 1 | 11011111 | 1011110 | 1010010 |
Color Harmonies of #A4BDFC
Complementary color
Monochromatic Colors of #A4BDFC
Black with #A4BDFC
Text Example
Text Example
White with #A4BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDFC; }
p { color: rgb(164,189,252); }
H1.HeaderClassName
{
color: #A4BDFC;
}
.AnyTagClassName
{
color: #A4BDFC;
}
</style>
background-color css
<style>
a { background-color: #A4BDFC; }
a { background-color: rgb(164,189,252); }
div.DivClassName
{
background-color: #A4BDFC;
}
.BgClassName
{
background-color: #A4BDFC;
}
</style>
border-color css
<style>
span { border-color: #A4BDFC; }
span { border-color: rgb(164,189,252); }
td.TdClassName
{
border-color: #A4BDFC;
}
.TagClassName
{
border-color: #A4BDFC;
}
</style>