Shades of Perano #ABBBFC
Tints of Perano #ABBBFC
RGB
CMYK
RGB Variations
Color information
#ABBBFC (or 0xABBBFC) is known color: Perano. HEX triplet: AB, BB and FC. RGB value is (171,187,252). Sum of RGB (Red+Green+Blue) = 171+187+252=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBFC is #544403. Grayscale: #BDBDBD. Windows color (decimal): -5522436 or 16563115. OLE color: 16563115.
HSL color Cylindrical-coordinate representation of color #ABBBFC: hue angle of 228.15º 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 #ABBBFC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 187 | 252 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.01 |
| HSL | 228.15º | 0.93% | 0.83% | - |
| HSV(B) | 228.15º | 0.32% | 0.99% | - |
| XYZ | 52.14 | 51.23 | 99.24 | - |
| YUV | 189.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 252 | 0.32 | 0.26 | 0 | 0.01 | 228.15 | 0.93 | 0.83 |
| Hex | AB | BB | FC | 20 | 1A | 0 | 1 | E4 | 5D | 53 |
| Octal | 253 | 273 | 374 | 40 | 32 | 0 | 1 | 344 | 135 | 123 |
| Binary | 10101011 | 10111011 | 11111100 | 100000 | 11010 | 0 | 1 | 11100100 | 1011101 | 1010011 |
Color Harmonies of #ABBBFC
Complementary color
Monochromatic Colors of #ABBBFC
Black with #ABBBFC
Text Example
Text Example
White with #ABBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBFC; }
p { color: rgb(171,187,252); }
H1.HeaderClassName
{
color: #ABBBFC;
}
.AnyTagClassName
{
color: #ABBBFC;
}
</style>
background-color css
<style>
a { background-color: #ABBBFC; }
a { background-color: rgb(171,187,252); }
div.DivClassName
{
background-color: #ABBBFC;
}
.BgClassName
{
background-color: #ABBBFC;
}
</style>
border-color css
<style>
span { border-color: #ABBBFC; }
span { border-color: rgb(171,187,252); }
td.TdClassName
{
border-color: #ABBBFC;
}
.TagClassName
{
border-color: #ABBBFC;
}
</style>