Shades of Perano #ABBDFC
Tints of Perano #ABBDFC
RGB
CMYK
RGB Variations
Color information
#ABBDFC (or 0xABBDFC) is known color: Perano. HEX triplet: AB, BD and FC. RGB value is (171,189,252). Sum of RGB (Red+Green+Blue) = 171+189+252=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDFC is #544203. Grayscale: #BEBEBE. Windows color (decimal): -5521924 or 16563627. OLE color: 16563627.
HSL color Cylindrical-coordinate representation of color #ABBDFC: hue angle of 226.67º degrees, saturation: 0.93, 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 #ABBDFC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 189 | 252 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 226.67º | 0.93% | 0.83% | - |
| HSV(B) | 226.67º | 0.32% | 0.99% | - |
| XYZ | 52.56 | 52.08 | 99.38 | - |
| YUV | 190.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 252 | 0.32 | 0.25 | 0 | 0.01 | 226.67 | 0.93 | 0.83 |
| Hex | AB | BD | FC | 20 | 19 | 0 | 1 | E3 | 5D | 53 |
| Octal | 253 | 275 | 374 | 40 | 31 | 0 | 1 | 343 | 135 | 123 |
| Binary | 10101011 | 10111101 | 11111100 | 100000 | 11001 | 0 | 1 | 11100011 | 1011101 | 1010011 |
Color Harmonies of #ABBDFC
Complementary color
Monochromatic Colors of #ABBDFC
Black with #ABBDFC
Text Example
Text Example
White with #ABBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDFC; }
p { color: rgb(171,189,252); }
H1.HeaderClassName
{
color: #ABBDFC;
}
.AnyTagClassName
{
color: #ABBDFC;
}
</style>
background-color css
<style>
a { background-color: #ABBDFC; }
a { background-color: rgb(171,189,252); }
div.DivClassName
{
background-color: #ABBDFC;
}
.BgClassName
{
background-color: #ABBDFC;
}
</style>
border-color css
<style>
span { border-color: #ABBDFC; }
span { border-color: rgb(171,189,252); }
td.TdClassName
{
border-color: #ABBDFC;
}
.TagClassName
{
border-color: #ABBDFC;
}
</style>