Shades of Perano #ABB4EC
Tints of Perano #ABB4EC
RGB
CMYK
RGB Variations
Color information
#ABB4EC (or 0xABB4EC) is known color: Perano. HEX triplet: AB, B4 and EC. RGB value is (171,180,236). Sum of RGB (Red+Green+Blue) = 171+180+236=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4EC is #544B13. Grayscale: #B7B7B7. Windows color (decimal): -5524244 or 15512747. OLE color: 15512747.
HSL color Cylindrical-coordinate representation of color #ABB4EC: hue angle of 231.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB4EC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 180 | 236 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.07 |
| HSL | 231.69º | 0.63% | 0.8% | - |
| HSV(B) | 231.69º | 0.28% | 0.93% | - |
| XYZ | 48.26 | 47.36 | 85.95 | - |
| YUV | 183.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 236 | 0.28 | 0.24 | 0 | 0.07 | 231.69 | 0.63 | 0.8 |
| Hex | AB | B4 | EC | 1C | 18 | 0 | 7 | E8 | 3F | 50 |
| Octal | 253 | 264 | 354 | 34 | 30 | 0 | 7 | 350 | 77 | 120 |
| Binary | 10101011 | 10110100 | 11101100 | 11100 | 11000 | 0 | 111 | 11101000 | 111111 | 1010000 |
Color Harmonies of #ABB4EC
Complementary color
Monochromatic Colors of #ABB4EC
Black with #ABB4EC
Text Example
Text Example
White with #ABB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4EC; }
p { color: rgb(171,180,236); }
H1.HeaderClassName
{
color: #ABB4EC;
}
.AnyTagClassName
{
color: #ABB4EC;
}
</style>
background-color css
<style>
a { background-color: #ABB4EC; }
a { background-color: rgb(171,180,236); }
div.DivClassName
{
background-color: #ABB4EC;
}
.BgClassName
{
background-color: #ABB4EC;
}
</style>
border-color css
<style>
span { border-color: #ABB4EC; }
span { border-color: rgb(171,180,236); }
td.TdClassName
{
border-color: #ABB4EC;
}
.TagClassName
{
border-color: #ABB4EC;
}
</style>