Shades of Perano #ABBFF8
Tints of Perano #ABBFF8
RGB
CMYK
RGB Variations
Color information
#ABBFF8 (or 0xABBFF8) is known color: Perano. HEX triplet: AB, BF and F8. RGB value is (171,191,248). Sum of RGB (Red+Green+Blue) = 171+191+248=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABBFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFF8 is #544007. Grayscale: #BFBFBF. Windows color (decimal): -5521416 or 16301995. OLE color: 16301995.
HSL color Cylindrical-coordinate representation of color #ABBFF8: hue angle of 224.42º 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 #ABBFF8 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 191 | 248 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.03 |
| HSL | 224.42º | 0.85% | 0.82% | - |
| HSV(B) | 224.42º | 0.31% | 0.97% | - |
| XYZ | 52.37 | 52.7 | 96.22 | - |
| YUV | 191.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 248 | 0.31 | 0.23 | 0 | 0.03 | 224.42 | 0.85 | 0.82 |
| Hex | AB | BF | F8 | 1F | 17 | 0 | 3 | E0 | 55 | 52 |
| Octal | 253 | 277 | 370 | 37 | 27 | 0 | 3 | 340 | 125 | 122 |
| Binary | 10101011 | 10111111 | 11111000 | 11111 | 10111 | 0 | 11 | 11100000 | 1010101 | 1010010 |
Color Harmonies of #ABBFF8
Complementary color
Monochromatic Colors of #ABBFF8
Black with #ABBFF8
Text Example
Text Example
White with #ABBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFF8; }
p { color: rgb(171,191,248); }
H1.HeaderClassName
{
color: #ABBFF8;
}
.AnyTagClassName
{
color: #ABBFF8;
}
</style>
background-color css
<style>
a { background-color: #ABBFF8; }
a { background-color: rgb(171,191,248); }
div.DivClassName
{
background-color: #ABBFF8;
}
.BgClassName
{
background-color: #ABBFF8;
}
</style>
border-color css
<style>
span { border-color: #ABBFF8; }
span { border-color: rgb(171,191,248); }
td.TdClassName
{
border-color: #ABBFF8;
}
.TagClassName
{
border-color: #ABBFF8;
}
</style>