Shades of Perano #ABB0F0
Tints of Perano #ABB0F0
RGB
CMYK
RGB Variations
Color information
#ABB0F0 (or 0xABB0F0) is known color: Perano. HEX triplet: AB, B0 and F0. RGB value is (171,176,240). Sum of RGB (Red+Green+Blue) = 171+176+240=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0F0 is #544F0F. Grayscale: #B5B5B5. Windows color (decimal): -5525264 or 15773867. OLE color: 15773867.
HSL color Cylindrical-coordinate representation of color #ABB0F0: hue angle of 235.65º 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 #ABB0F0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 176 | 240 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.06 |
| HSL | 235.65º | 0.7% | 0.81% | - |
| HSV(B) | 235.65º | 0.29% | 0.94% | - |
| XYZ | 48.05 | 46 | 88.78 | - |
| YUV | 181.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 240 | 0.29 | 0.27 | 0 | 0.06 | 235.65 | 0.7 | 0.81 |
| Hex | AB | B0 | F0 | 1D | 1B | 0 | 6 | EC | 46 | 51 |
| Octal | 253 | 260 | 360 | 35 | 33 | 0 | 6 | 354 | 106 | 121 |
| Binary | 10101011 | 10110000 | 11110000 | 11101 | 11011 | 0 | 110 | 11101100 | 1000110 | 1010001 |
Color Harmonies of #ABB0F0
Complementary color
Monochromatic Colors of #ABB0F0
Black with #ABB0F0
Text Example
Text Example
White with #ABB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0F0; }
p { color: rgb(171,176,240); }
H1.HeaderClassName
{
color: #ABB0F0;
}
.AnyTagClassName
{
color: #ABB0F0;
}
</style>
background-color css
<style>
a { background-color: #ABB0F0; }
a { background-color: rgb(171,176,240); }
div.DivClassName
{
background-color: #ABB0F0;
}
.BgClassName
{
background-color: #ABB0F0;
}
</style>
border-color css
<style>
span { border-color: #ABB0F0; }
span { border-color: rgb(171,176,240); }
td.TdClassName
{
border-color: #ABB0F0;
}
.TagClassName
{
border-color: #ABB0F0;
}
</style>