Shades of Perano #ABBAFD
Tints of Perano #ABBAFD
RGB
CMYK
RGB Variations
Color information
#ABBAFD (or 0xABBAFD) is known color: Perano. HEX triplet: AB, BA and FD. RGB value is (171,186,253). Sum of RGB (Red+Green+Blue) = 171+186+253=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAFD is #544502. Grayscale: #BCBCBC. Windows color (decimal): -5522691 or 16628395. OLE color: 16628395.
HSL color Cylindrical-coordinate representation of color #ABBAFD: hue angle of 229.02º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBAFD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 186 | 253 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.01 |
| HSL | 229.02º | 0.95% | 0.83% | - |
| HSV(B) | 229.02º | 0.32% | 0.99% | - |
| XYZ | 52.08 | 50.87 | 100 | - |
| YUV | 189.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 253 | 0.32 | 0.26 | 0 | 0.01 | 229.02 | 0.95 | 0.83 |
| Hex | AB | BA | FD | 20 | 1A | 0 | 1 | E5 | 5F | 53 |
| Octal | 253 | 272 | 375 | 40 | 32 | 0 | 1 | 345 | 137 | 123 |
| Binary | 10101011 | 10111010 | 11111101 | 100000 | 11010 | 0 | 1 | 11100101 | 1011111 | 1010011 |
Color Harmonies of #ABBAFD
Complementary color
Monochromatic Colors of #ABBAFD
Black with #ABBAFD
Text Example
Text Example
White with #ABBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAFD; }
p { color: rgb(171,186,253); }
H1.HeaderClassName
{
color: #ABBAFD;
}
.AnyTagClassName
{
color: #ABBAFD;
}
</style>
background-color css
<style>
a { background-color: #ABBAFD; }
a { background-color: rgb(171,186,253); }
div.DivClassName
{
background-color: #ABBAFD;
}
.BgClassName
{
background-color: #ABBAFD;
}
</style>
border-color css
<style>
span { border-color: #ABBAFD; }
span { border-color: rgb(171,186,253); }
td.TdClassName
{
border-color: #ABBAFD;
}
.TagClassName
{
border-color: #ABBAFD;
}
</style>