Shades of Perano #ABBEFD
Tints of Perano #ABBEFD
RGB
CMYK
RGB Variations
Color information
#ABBEFD (or 0xABBEFD) is known color: Perano. HEX triplet: AB, BE and FD. RGB value is (171,190,253). Sum of RGB (Red+Green+Blue) = 171+190+253=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEFD is #544102. Grayscale: #BFBFBF. Windows color (decimal): -5521667 or 16629419. OLE color: 16629419.
HSL color Cylindrical-coordinate representation of color #ABBEFD: hue angle of 226.1º degrees, saturation: 0.95, 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 #ABBEFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 190 | 253 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 226.1º | 0.95% | 0.83% | - |
| HSV(B) | 226.1º | 0.32% | 0.99% | - |
| XYZ | 52.94 | 52.58 | 100.29 | - |
| YUV | 191.5 | 162.71 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 253 | 0.32 | 0.25 | 0 | 0.01 | 226.1 | 0.95 | 0.83 |
| Hex | AB | BE | FD | 20 | 19 | 0 | 1 | E2 | 5F | 53 |
| Octal | 253 | 276 | 375 | 40 | 31 | 0 | 1 | 342 | 137 | 123 |
| Binary | 10101011 | 10111110 | 11111101 | 100000 | 11001 | 0 | 1 | 11100010 | 1011111 | 1010011 |
Color Harmonies of #ABBEFD
Complementary color
Monochromatic Colors of #ABBEFD
Black with #ABBEFD
Text Example
Text Example
White with #ABBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEFD; }
p { color: rgb(171,190,253); }
H1.HeaderClassName
{
color: #ABBEFD;
}
.AnyTagClassName
{
color: #ABBEFD;
}
</style>
background-color css
<style>
a { background-color: #ABBEFD; }
a { background-color: rgb(171,190,253); }
div.DivClassName
{
background-color: #ABBEFD;
}
.BgClassName
{
background-color: #ABBEFD;
}
</style>
border-color css
<style>
span { border-color: #ABBEFD; }
span { border-color: rgb(171,190,253); }
td.TdClassName
{
border-color: #ABBEFD;
}
.TagClassName
{
border-color: #ABBEFD;
}
</style>