Shades of Perano #ABBCFD
Tints of Perano #ABBCFD
RGB
CMYK
RGB Variations
Color information
#ABBCFD (or 0xABBCFD) is known color: Perano. HEX triplet: AB, BC and FD. RGB value is (171,188,253). Sum of RGB (Red+Green+Blue) = 171+188+253=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABBCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBCFD is #544302. Grayscale: #BEBEBE. Windows color (decimal): -5522179 or 16628907. OLE color: 16628907.
HSL color Cylindrical-coordinate representation of color #ABBCFD: hue angle of 227.56º 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 #ABBCFD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 188 | 253 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.01 |
| HSL | 227.56º | 0.95% | 0.83% | - |
| HSV(B) | 227.56º | 0.32% | 0.99% | - |
| XYZ | 52.51 | 51.72 | 100.14 | - |
| YUV | 190.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 253 | 0.32 | 0.26 | 0 | 0.01 | 227.56 | 0.95 | 0.83 |
| Hex | AB | BC | FD | 20 | 1A | 0 | 1 | E4 | 5F | 53 |
| Octal | 253 | 274 | 375 | 40 | 32 | 0 | 1 | 344 | 137 | 123 |
| Binary | 10101011 | 10111100 | 11111101 | 100000 | 11010 | 0 | 1 | 11100100 | 1011111 | 1010011 |
Color Harmonies of #ABBCFD
Complementary color
Monochromatic Colors of #ABBCFD
Black with #ABBCFD
Text Example
Text Example
White with #ABBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCFD; }
p { color: rgb(171,188,253); }
H1.HeaderClassName
{
color: #ABBCFD;
}
.AnyTagClassName
{
color: #ABBCFD;
}
</style>
background-color css
<style>
a { background-color: #ABBCFD; }
a { background-color: rgb(171,188,253); }
div.DivClassName
{
background-color: #ABBCFD;
}
.BgClassName
{
background-color: #ABBCFD;
}
</style>
border-color css
<style>
span { border-color: #ABBCFD; }
span { border-color: rgb(171,188,253); }
td.TdClassName
{
border-color: #ABBCFD;
}
.TagClassName
{
border-color: #ABBCFD;
}
</style>