Shades of Perano #ABC0FC
Tints of Perano #ABC0FC
RGB
CMYK
RGB Variations
Color information
#ABC0FC (or 0xABC0FC) is known color: Perano. HEX triplet: AB, C0 and FC. RGB value is (171,192,252). Sum of RGB (Red+Green+Blue) = 171+192+252=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FC is #543F03. Grayscale: #C0C0C0. Windows color (decimal): -5521156 or 16564395. OLE color: 16564395.
HSL color Cylindrical-coordinate representation of color #ABC0FC: hue angle of 224.44º 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 #ABC0FC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 192 | 252 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.01 |
| HSL | 224.44º | 0.93% | 0.83% | - |
| HSV(B) | 224.44º | 0.32% | 0.99% | - |
| XYZ | 53.21 | 53.39 | 99.6 | - |
| YUV | 192.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 252 | 0.32 | 0.24 | 0 | 0.01 | 224.44 | 0.93 | 0.83 |
| Hex | AB | C0 | FC | 20 | 18 | 0 | 1 | E0 | 5D | 53 |
| Octal | 253 | 300 | 374 | 40 | 30 | 0 | 1 | 340 | 135 | 123 |
| Binary | 10101011 | 11000000 | 11111100 | 100000 | 11000 | 0 | 1 | 11100000 | 1011101 | 1010011 |
Color Harmonies of #ABC0FC
Complementary color
Monochromatic Colors of #ABC0FC
Black with #ABC0FC
Text Example
Text Example
White with #ABC0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0FC; }
p { color: rgb(171,192,252); }
H1.HeaderClassName
{
color: #ABC0FC;
}
.AnyTagClassName
{
color: #ABC0FC;
}
</style>
background-color css
<style>
a { background-color: #ABC0FC; }
a { background-color: rgb(171,192,252); }
div.DivClassName
{
background-color: #ABC0FC;
}
.BgClassName
{
background-color: #ABC0FC;
}
</style>
border-color css
<style>
span { border-color: #ABC0FC; }
span { border-color: rgb(171,192,252); }
td.TdClassName
{
border-color: #ABC0FC;
}
.TagClassName
{
border-color: #ABC0FC;
}
</style>