Shades of Perano #ABB5FF
Tints of Perano #ABB5FF
RGB
CMYK
RGB Variations
Color information
#ABB5FF (or 0xABB5FF) is known color: Perano. HEX triplet: AB, B5 and FF. RGB value is (171,181,255). Sum of RGB (Red+Green+Blue) = 171+181+255=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5FF is #544A00. Grayscale: #BABABA. Windows color (decimal): -5523969 or 16758187. OLE color: 16758187.
HSL color Cylindrical-coordinate representation of color #ABB5FF: hue angle of 232.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB5FF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 181 | 255 | - |
| CMYK | 0.33 | 0.29 | 0 | 0 |
| HSL | 232.86º | 1% | 0.84% | - |
| HSV(B) | 232.86º | 0.33% | 1% | - |
| XYZ | 51.37 | 48.93 | 101.34 | - |
| YUV | 186.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 255 | 0.33 | 0.29 | 0 | 0 | 232.86 | 1 | 0.84 |
| Hex | AB | B5 | FF | 21 | 1D | 0 | 0 | E9 | 64 | 54 |
| Octal | 253 | 265 | 377 | 41 | 35 | 0 | 0 | 351 | 144 | 124 |
| Binary | 10101011 | 10110101 | 11111111 | 100001 | 11101 | 0 | 0 | 11101001 | 1100100 | 1010100 |
Color Harmonies of #ABB5FF
Complementary color
Monochromatic Colors of #ABB5FF
Black with #ABB5FF
Text Example
Text Example
White with #ABB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB5FF; }
p { color: rgb(171,181,255); }
H1.HeaderClassName
{
color: #ABB5FF;
}
.AnyTagClassName
{
color: #ABB5FF;
}
</style>
background-color css
<style>
a { background-color: #ABB5FF; }
a { background-color: rgb(171,181,255); }
div.DivClassName
{
background-color: #ABB5FF;
}
.BgClassName
{
background-color: #ABB5FF;
}
</style>
border-color css
<style>
span { border-color: #ABB5FF; }
span { border-color: rgb(171,181,255); }
td.TdClassName
{
border-color: #ABB5FF;
}
.TagClassName
{
border-color: #ABB5FF;
}
</style>