Shades of Perano #ABB5FE
Tints of Perano #ABB5FE
RGB
CMYK
RGB Variations
Color information
#ABB5FE (or 0xABB5FE) is known color: Perano. HEX triplet: AB, B5 and FE. RGB value is (171,181,254). Sum of RGB (Red+Green+Blue) = 171+181+254=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5FE is #544A01. Grayscale: #BABABA. Windows color (decimal): -5523970 or 16692651. OLE color: 16692651.
HSL color Cylindrical-coordinate representation of color #ABB5FE: hue angle of 232.77º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB5FE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 181 | 254 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.00 |
| HSL | 232.77º | 0.98% | 0.83% | - |
| HSV(B) | 232.77º | 0.33% | 1% | - |
| XYZ | 51.21 | 48.86 | 100.5 | - |
| YUV | 186.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 254 | 0.33 | 0.29 | 0 | 0.00 | 232.77 | 0.98 | 0.83 |
| Hex | AB | B5 | FE | 21 | 1D | 0 | 0 | E9 | 62 | 53 |
| Octal | 253 | 265 | 376 | 41 | 35 | 0 | 0 | 351 | 142 | 123 |
| Binary | 10101011 | 10110101 | 11111110 | 100001 | 11101 | 0 | 0 | 11101001 | 1100010 | 1010011 |
Color Harmonies of #ABB5FE
Complementary color
Monochromatic Colors of #ABB5FE
Black with #ABB5FE
Text Example
Text Example
White with #ABB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5FE; }
p { color: rgb(171,181,254); }
H1.HeaderClassName
{
color: #ABB5FE;
}
.AnyTagClassName
{
color: #ABB5FE;
}
</style>
background-color css
<style>
a { background-color: #ABB5FE; }
a { background-color: rgb(171,181,254); }
div.DivClassName
{
background-color: #ABB5FE;
}
.BgClassName
{
background-color: #ABB5FE;
}
</style>
border-color css
<style>
span { border-color: #ABB5FE; }
span { border-color: rgb(171,181,254); }
td.TdClassName
{
border-color: #ABB5FE;
}
.TagClassName
{
border-color: #ABB5FE;
}
</style>