Shades of Perano #ABB1DE
Tints of Perano #ABB1DE
RGB
CMYK
RGB Variations
Color information
#ABB1DE (or 0xABB1DE) is known color: Perano. HEX triplet: AB, B1 and DE. RGB value is (171,177,222). Sum of RGB (Red+Green+Blue) = 171+177+222=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1DE is #544E21. Grayscale: #B4B4B4. Windows color (decimal): -5525026 or 14594475. OLE color: 14594475.
HSL color Cylindrical-coordinate representation of color #ABB1DE: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB1DE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 177 | 222 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.13 |
| HSL | 232.94º | 0.44% | 0.77% | - |
| HSV(B) | 232.94º | 0.23% | 0.87% | - |
| XYZ | 45.7 | 45.38 | 75.46 | - |
| YUV | 180.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 222 | 0.23 | 0.20 | 0 | 0.13 | 232.94 | 0.44 | 0.77 |
| Hex | AB | B1 | DE | 17 | 14 | 0 | D | E9 | 2C | 4D |
| Octal | 253 | 261 | 336 | 27 | 24 | 0 | 15 | 351 | 54 | 115 |
| Binary | 10101011 | 10110001 | 11011110 | 10111 | 10100 | 0 | 1101 | 11101001 | 101100 | 1001101 |
Color Harmonies of #ABB1DE
Complementary color
Monochromatic Colors of #ABB1DE
Black with #ABB1DE
Text Example
Text Example
White with #ABB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB1DE; }
p { color: rgb(171,177,222); }
H1.HeaderClassName
{
color: #ABB1DE;
}
.AnyTagClassName
{
color: #ABB1DE;
}
</style>
background-color css
<style>
a { background-color: #ABB1DE; }
a { background-color: rgb(171,177,222); }
div.DivClassName
{
background-color: #ABB1DE;
}
.BgClassName
{
background-color: #ABB1DE;
}
</style>
border-color css
<style>
span { border-color: #ABB1DE; }
span { border-color: rgb(171,177,222); }
td.TdClassName
{
border-color: #ABB1DE;
}
.TagClassName
{
border-color: #ABB1DE;
}
</style>