Shades of Perano #ABB4EA
Tints of Perano #ABB4EA
RGB
CMYK
RGB Variations
Color information
#ABB4EA (or 0xABB4EA) is known color: Perano. HEX triplet: AB, B4 and EA. RGB value is (171,180,234). Sum of RGB (Red+Green+Blue) = 171+180+234=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4EA is #544B15. Grayscale: #B7B7B7. Windows color (decimal): -5524246 or 15381675. OLE color: 15381675.
HSL color Cylindrical-coordinate representation of color #ABB4EA: hue angle of 231.43º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABB4EA is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 180 | 234 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.08 |
| HSL | 231.43º | 0.6% | 0.79% | - |
| HSV(B) | 231.43º | 0.27% | 0.92% | - |
| XYZ | 47.97 | 47.24 | 84.43 | - |
| YUV | 183.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 234 | 0.27 | 0.23 | 0 | 0.08 | 231.43 | 0.6 | 0.79 |
| Hex | AB | B4 | EA | 1B | 17 | 0 | 8 | E7 | 3C | 4F |
| Octal | 253 | 264 | 352 | 33 | 27 | 0 | 10 | 347 | 74 | 117 |
| Binary | 10101011 | 10110100 | 11101010 | 11011 | 10111 | 0 | 1000 | 11100111 | 111100 | 1001111 |
Color Harmonies of #ABB4EA
Complementary color
Monochromatic Colors of #ABB4EA
Black with #ABB4EA
Text Example
Text Example
White with #ABB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4EA; }
p { color: rgb(171,180,234); }
H1.HeaderClassName
{
color: #ABB4EA;
}
.AnyTagClassName
{
color: #ABB4EA;
}
</style>
background-color css
<style>
a { background-color: #ABB4EA; }
a { background-color: rgb(171,180,234); }
div.DivClassName
{
background-color: #ABB4EA;
}
.BgClassName
{
background-color: #ABB4EA;
}
</style>
border-color css
<style>
span { border-color: #ABB4EA; }
span { border-color: rgb(171,180,234); }
td.TdClassName
{
border-color: #ABB4EA;
}
.TagClassName
{
border-color: #ABB4EA;
}
</style>