Shades of Perano #ABBDFE
Tints of Perano #ABBDFE
RGB
CMYK
RGB Variations
Color information
#ABBDFE (or 0xABBDFE) is known color: Perano. HEX triplet: AB, BD and FE. RGB value is (171,189,254). Sum of RGB (Red+Green+Blue) = 171+189+254=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDFE is #544201. Grayscale: #BEBEBE. Windows color (decimal): -5521922 or 16694699. OLE color: 16694699.
HSL color Cylindrical-coordinate representation of color #ABBDFE: hue angle of 226.99º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBDFE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 189 | 254 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.00 |
| HSL | 226.99º | 0.98% | 0.83% | - |
| HSV(B) | 226.99º | 0.33% | 1% | - |
| XYZ | 52.88 | 52.21 | 101.06 | - |
| YUV | 191.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 254 | 0.33 | 0.26 | 0 | 0.00 | 226.99 | 0.98 | 0.83 |
| Hex | AB | BD | FE | 21 | 1A | 0 | 0 | E3 | 62 | 53 |
| Octal | 253 | 275 | 376 | 41 | 32 | 0 | 0 | 343 | 142 | 123 |
| Binary | 10101011 | 10111101 | 11111110 | 100001 | 11010 | 0 | 0 | 11100011 | 1100010 | 1010011 |
Color Harmonies of #ABBDFE
Complementary color
Monochromatic Colors of #ABBDFE
Black with #ABBDFE
Text Example
Text Example
White with #ABBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDFE; }
p { color: rgb(171,189,254); }
H1.HeaderClassName
{
color: #ABBDFE;
}
.AnyTagClassName
{
color: #ABBDFE;
}
</style>
background-color css
<style>
a { background-color: #ABBDFE; }
a { background-color: rgb(171,189,254); }
div.DivClassName
{
background-color: #ABBDFE;
}
.BgClassName
{
background-color: #ABBDFE;
}
</style>
border-color css
<style>
span { border-color: #ABBDFE; }
span { border-color: rgb(171,189,254); }
td.TdClassName
{
border-color: #ABBDFE;
}
.TagClassName
{
border-color: #ABBDFE;
}
</style>