Shades of Perano #ABBDFF
Tints of Perano #ABBDFF
RGB
CMYK
RGB Variations
Color information
#ABBDFF (or 0xABBDFF) is known color: Perano. HEX triplet: AB, BD and FF. RGB value is (171,189,255). Sum of RGB (Red+Green+Blue) = 171+189+255=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDFF is #544200. Grayscale: #BEBEBE. Windows color (decimal): -5521921 or 16760235. OLE color: 16760235.
HSL color Cylindrical-coordinate representation of color #ABBDFF: hue angle of 227.14º 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 #ABBDFF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 189 | 255 | - |
| CMYK | 0.33 | 0.26 | 0 | 0 |
| HSL | 227.14º | 1% | 0.84% | - |
| HSV(B) | 227.14º | 0.33% | 1% | - |
| XYZ | 53.04 | 52.27 | 101.9 | - |
| YUV | 191.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 255 | 0.33 | 0.26 | 0 | 0 | 227.14 | 1 | 0.84 |
| Hex | AB | BD | FF | 21 | 1A | 0 | 0 | E3 | 64 | 54 |
| Octal | 253 | 275 | 377 | 41 | 32 | 0 | 0 | 343 | 144 | 124 |
| Binary | 10101011 | 10111101 | 11111111 | 100001 | 11010 | 0 | 0 | 11100011 | 1100100 | 1010100 |
Color Harmonies of #ABBDFF
Complementary color
Monochromatic Colors of #ABBDFF
Black with #ABBDFF
Text Example
Text Example
White with #ABBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDFF; }
p { color: rgb(171,189,255); }
H1.HeaderClassName
{
color: #ABBDFF;
}
.AnyTagClassName
{
color: #ABBDFF;
}
</style>
background-color css
<style>
a { background-color: #ABBDFF; }
a { background-color: rgb(171,189,255); }
div.DivClassName
{
background-color: #ABBDFF;
}
.BgClassName
{
background-color: #ABBDFF;
}
</style>
border-color css
<style>
span { border-color: #ABBDFF; }
span { border-color: rgb(171,189,255); }
td.TdClassName
{
border-color: #ABBDFF;
}
.TagClassName
{
border-color: #ABBDFF;
}
</style>