Shades of Perano #ABC2FF
Tints of Perano #ABC2FF
RGB
CMYK
RGB Variations
Color information
#ABC2FF (or 0xABC2FF) is known color: Perano. HEX triplet: AB, C2 and FF. RGB value is (171,194,255). Sum of RGB (Red+Green+Blue) = 171+194+255=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2FF is #543D00. Grayscale: #C1C1C1. Windows color (decimal): -5520641 or 16761515. OLE color: 16761515.
HSL color Cylindrical-coordinate representation of color #ABC2FF: hue angle of 223.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC2FF is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 194 | 255 | - |
| CMYK | 0.33 | 0.24 | 0 | 0 |
| HSL | 223.57º | 1% | 0.84% | - |
| HSV(B) | 223.57º | 0.33% | 1% | - |
| XYZ | 54.14 | 54.46 | 102.27 | - |
| YUV | 194.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 255 | 0.33 | 0.24 | 0 | 0 | 223.57 | 1 | 0.84 |
| Hex | AB | C2 | FF | 21 | 18 | 0 | 0 | E0 | 64 | 54 |
| Octal | 253 | 302 | 377 | 41 | 30 | 0 | 0 | 340 | 144 | 124 |
| Binary | 10101011 | 11000010 | 11111111 | 100001 | 11000 | 0 | 0 | 11100000 | 1100100 | 1010100 |
Color Harmonies of #ABC2FF
Complementary color
Monochromatic Colors of #ABC2FF
Black with #ABC2FF
Text Example
Text Example
White with #ABC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2FF; }
p { color: rgb(171,194,255); }
H1.HeaderClassName
{
color: #ABC2FF;
}
.AnyTagClassName
{
color: #ABC2FF;
}
</style>
background-color css
<style>
a { background-color: #ABC2FF; }
a { background-color: rgb(171,194,255); }
div.DivClassName
{
background-color: #ABC2FF;
}
.BgClassName
{
background-color: #ABC2FF;
}
</style>
border-color css
<style>
span { border-color: #ABC2FF; }
span { border-color: rgb(171,194,255); }
td.TdClassName
{
border-color: #ABC2FF;
}
.TagClassName
{
border-color: #ABC2FF;
}
</style>