Shades of Perano #ABB4F0
Tints of Perano #ABB4F0
RGB
CMYK
RGB Variations
Color information
#ABB4F0 (or 0xABB4F0) is known color: Perano. HEX triplet: AB, B4 and F0. RGB value is (171,180,240). Sum of RGB (Red+Green+Blue) = 171+180+240=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4F0 is #544B0F. Grayscale: #B7B7B7. Windows color (decimal): -5524240 or 15774891. OLE color: 15774891.
HSL color Cylindrical-coordinate representation of color #ABB4F0: hue angle of 232.17º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABB4F0 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 180 | 240 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.06 |
| HSL | 232.17º | 0.7% | 0.81% | - |
| HSV(B) | 232.17º | 0.29% | 0.94% | - |
| XYZ | 48.84 | 47.59 | 89.05 | - |
| YUV | 184.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 240 | 0.29 | 0.25 | 0 | 0.06 | 232.17 | 0.7 | 0.81 |
| Hex | AB | B4 | F0 | 1D | 19 | 0 | 6 | E8 | 46 | 51 |
| Octal | 253 | 264 | 360 | 35 | 31 | 0 | 6 | 350 | 106 | 121 |
| Binary | 10101011 | 10110100 | 11110000 | 11101 | 11001 | 0 | 110 | 11101000 | 1000110 | 1010001 |
Color Harmonies of #ABB4F0
Complementary color
Monochromatic Colors of #ABB4F0
Black with #ABB4F0
Text Example
Text Example
White with #ABB4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4F0; }
p { color: rgb(171,180,240); }
H1.HeaderClassName
{
color: #ABB4F0;
}
.AnyTagClassName
{
color: #ABB4F0;
}
</style>
background-color css
<style>
a { background-color: #ABB4F0; }
a { background-color: rgb(171,180,240); }
div.DivClassName
{
background-color: #ABB4F0;
}
.BgClassName
{
background-color: #ABB4F0;
}
</style>
border-color css
<style>
span { border-color: #ABB4F0; }
span { border-color: rgb(171,180,240); }
td.TdClassName
{
border-color: #ABB4F0;
}
.TagClassName
{
border-color: #ABB4F0;
}
</style>