Shades of Perano #ABBEF8
Tints of Perano #ABBEF8
RGB
CMYK
RGB Variations
Color information
#ABBEF8 (or 0xABBEF8) is known color: Perano. HEX triplet: AB, BE and F8. RGB value is (171,190,248). Sum of RGB (Red+Green+Blue) = 171+190+248=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABBEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEF8 is #544107. Grayscale: #BEBEBE. Windows color (decimal): -5521672 or 16301739. OLE color: 16301739.
HSL color Cylindrical-coordinate representation of color #ABBEF8: hue angle of 225.19º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABBEF8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 190 | 248 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.03 |
| HSL | 225.19º | 0.85% | 0.82% | - |
| HSV(B) | 225.19º | 0.31% | 0.97% | - |
| XYZ | 52.15 | 52.26 | 96.15 | - |
| YUV | 190.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 248 | 0.31 | 0.23 | 0 | 0.03 | 225.19 | 0.85 | 0.82 |
| Hex | AB | BE | F8 | 1F | 17 | 0 | 3 | E1 | 55 | 52 |
| Octal | 253 | 276 | 370 | 37 | 27 | 0 | 3 | 341 | 125 | 122 |
| Binary | 10101011 | 10111110 | 11111000 | 11111 | 10111 | 0 | 11 | 11100001 | 1010101 | 1010010 |
Color Harmonies of #ABBEF8
Complementary color
Monochromatic Colors of #ABBEF8
Black with #ABBEF8
Text Example
Text Example
White with #ABBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEF8; }
p { color: rgb(171,190,248); }
H1.HeaderClassName
{
color: #ABBEF8;
}
.AnyTagClassName
{
color: #ABBEF8;
}
</style>
background-color css
<style>
a { background-color: #ABBEF8; }
a { background-color: rgb(171,190,248); }
div.DivClassName
{
background-color: #ABBEF8;
}
.BgClassName
{
background-color: #ABBEF8;
}
</style>
border-color css
<style>
span { border-color: #ABBEF8; }
span { border-color: rgb(171,190,248); }
td.TdClassName
{
border-color: #ABBEF8;
}
.TagClassName
{
border-color: #ABBEF8;
}
</style>