Shades of Perano #ABB4FA
Tints of Perano #ABB4FA
RGB
CMYK
RGB Variations
Color information
#ABB4FA (or 0xABB4FA) is known color: Perano. HEX triplet: AB, B4 and FA. RGB value is (171,180,250). Sum of RGB (Red+Green+Blue) = 171+180+250=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4FA is #544B05. Grayscale: #B9B9B9. Windows color (decimal): -5524230 or 16430251. OLE color: 16430251.
HSL color Cylindrical-coordinate representation of color #ABB4FA: hue angle of 233.16º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB4FA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 180 | 250 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.02 |
| HSL | 233.16º | 0.89% | 0.83% | - |
| HSV(B) | 233.16º | 0.32% | 0.98% | - |
| XYZ | 50.37 | 48.2 | 97.09 | - |
| YUV | 185.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 250 | 0.32 | 0.28 | 0 | 0.02 | 233.16 | 0.89 | 0.83 |
| Hex | AB | B4 | FA | 20 | 1C | 0 | 2 | E9 | 59 | 53 |
| Octal | 253 | 264 | 372 | 40 | 34 | 0 | 2 | 351 | 131 | 123 |
| Binary | 10101011 | 10110100 | 11111010 | 100000 | 11100 | 0 | 10 | 11101001 | 1011001 | 1010011 |
Color Harmonies of #ABB4FA
Complementary color
Monochromatic Colors of #ABB4FA
Black with #ABB4FA
Text Example
Text Example
White with #ABB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4FA; }
p { color: rgb(171,180,250); }
H1.HeaderClassName
{
color: #ABB4FA;
}
.AnyTagClassName
{
color: #ABB4FA;
}
</style>
background-color css
<style>
a { background-color: #ABB4FA; }
a { background-color: rgb(171,180,250); }
div.DivClassName
{
background-color: #ABB4FA;
}
.BgClassName
{
background-color: #ABB4FA;
}
</style>
border-color css
<style>
span { border-color: #ABB4FA; }
span { border-color: rgb(171,180,250); }
td.TdClassName
{
border-color: #ABB4FA;
}
.TagClassName
{
border-color: #ABB4FA;
}
</style>