Shades of Perano #A4B0FB
Tints of Perano #A4B0FB
RGB
CMYK
RGB Variations
Color information
#A4B0FB (or 0xA4B0FB) is known color: Perano. HEX triplet: A4, B0 and FB. RGB value is (164,176,251). Sum of RGB (Red+Green+Blue) = 164+176+251=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4B0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4B0FB is #5B4F04. Grayscale: #B4B4B4. Windows color (decimal): -5984005 or 16494756. OLE color: 16494756.
HSL color Cylindrical-coordinate representation of color #A4B0FB: hue angle of 231.72º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4B0FB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 176 | 251 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.02 |
| HSL | 231.72º | 0.92% | 0.81% | - |
| HSV(B) | 231.72º | 0.35% | 0.98% | - |
| XYZ | 48.25 | 45.91 | 97.59 | - |
| YUV | 180.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 251 | 0.35 | 0.30 | 0 | 0.02 | 231.72 | 0.92 | 0.81 |
| Hex | A4 | B0 | FB | 23 | 1E | 0 | 2 | E8 | 5C | 51 |
| Octal | 244 | 260 | 373 | 43 | 36 | 0 | 2 | 350 | 134 | 121 |
| Binary | 10100100 | 10110000 | 11111011 | 100011 | 11110 | 0 | 10 | 11101000 | 1011100 | 1010001 |
Color Harmonies of #A4B0FB
Complementary color
Monochromatic Colors of #A4B0FB
Black with #A4B0FB
Text Example
Text Example
White with #A4B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0FB; }
p { color: rgb(164,176,251); }
H1.HeaderClassName
{
color: #A4B0FB;
}
.AnyTagClassName
{
color: #A4B0FB;
}
</style>
background-color css
<style>
a { background-color: #A4B0FB; }
a { background-color: rgb(164,176,251); }
div.DivClassName
{
background-color: #A4B0FB;
}
.BgClassName
{
background-color: #A4B0FB;
}
</style>
border-color css
<style>
span { border-color: #A4B0FB; }
span { border-color: rgb(164,176,251); }
td.TdClassName
{
border-color: #A4B0FB;
}
.TagClassName
{
border-color: #A4B0FB;
}
</style>