Shades of Perano #ABBEFF
Tints of Perano #ABBEFF
RGB
CMYK
RGB Variations
Color information
#ABBEFF (or 0xABBEFF) is known color: Perano. HEX triplet: AB, BE and FF. RGB value is (171,190,255). Sum of RGB (Red+Green+Blue) = 171+190+255=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEFF is #544100. Grayscale: #BFBFBF. Windows color (decimal): -5521665 or 16760491. OLE color: 16760491.
HSL color Cylindrical-coordinate representation of color #ABBEFF: hue angle of 226.43º 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 #ABBEFF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 190 | 255 | - |
| CMYK | 0.33 | 0.25 | 0 | 0 |
| HSL | 226.43º | 1% | 0.84% | - |
| HSV(B) | 226.43º | 0.33% | 1% | - |
| XYZ | 53.26 | 52.7 | 101.97 | - |
| YUV | 191.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 255 | 0.33 | 0.25 | 0 | 0 | 226.43 | 1 | 0.84 |
| Hex | AB | BE | FF | 21 | 19 | 0 | 0 | E2 | 64 | 54 |
| Octal | 253 | 276 | 377 | 41 | 31 | 0 | 0 | 342 | 144 | 124 |
| Binary | 10101011 | 10111110 | 11111111 | 100001 | 11001 | 0 | 0 | 11100010 | 1100100 | 1010100 |
Color Harmonies of #ABBEFF
Complementary color
Monochromatic Colors of #ABBEFF
Black with #ABBEFF
Text Example
Text Example
White with #ABBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEFF; }
p { color: rgb(171,190,255); }
H1.HeaderClassName
{
color: #ABBEFF;
}
.AnyTagClassName
{
color: #ABBEFF;
}
</style>
background-color css
<style>
a { background-color: #ABBEFF; }
a { background-color: rgb(171,190,255); }
div.DivClassName
{
background-color: #ABBEFF;
}
.BgClassName
{
background-color: #ABBEFF;
}
</style>
border-color css
<style>
span { border-color: #ABBEFF; }
span { border-color: rgb(171,190,255); }
td.TdClassName
{
border-color: #ABBEFF;
}
.TagClassName
{
border-color: #ABBEFF;
}
</style>