Shades of Perano #ABBDF2
Tints of Perano #ABBDF2
RGB
CMYK
RGB Variations
Color information
#ABBDF2 (or 0xABBDF2) is known color: Perano. HEX triplet: AB, BD and F2. RGB value is (171,189,242). Sum of RGB (Red+Green+Blue) = 171+189+242=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBDF2 is #54420D. Grayscale: #BDBDBD. Windows color (decimal): -5521934 or 15908267. OLE color: 15908267.
HSL color Cylindrical-coordinate representation of color #ABBDF2: hue angle of 224.79º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBDF2 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 189 | 242 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.05 |
| HSL | 224.79º | 0.73% | 0.81% | - |
| HSV(B) | 224.79º | 0.29% | 0.95% | - |
| XYZ | 51.02 | 51.46 | 91.25 | - |
| YUV | 189.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 242 | 0.29 | 0.22 | 0 | 0.05 | 224.79 | 0.73 | 0.81 |
| Hex | AB | BD | F2 | 1D | 16 | 0 | 5 | E1 | 49 | 51 |
| Octal | 253 | 275 | 362 | 35 | 26 | 0 | 5 | 341 | 111 | 121 |
| Binary | 10101011 | 10111101 | 11110010 | 11101 | 10110 | 0 | 101 | 11100001 | 1001001 | 1010001 |
Color Harmonies of #ABBDF2
Complementary color
Monochromatic Colors of #ABBDF2
Black with #ABBDF2
Text Example
Text Example
White with #ABBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDF2; }
p { color: rgb(171,189,242); }
H1.HeaderClassName
{
color: #ABBDF2;
}
.AnyTagClassName
{
color: #ABBDF2;
}
</style>
background-color css
<style>
a { background-color: #ABBDF2; }
a { background-color: rgb(171,189,242); }
div.DivClassName
{
background-color: #ABBDF2;
}
.BgClassName
{
background-color: #ABBDF2;
}
</style>
border-color css
<style>
span { border-color: #ABBDF2; }
span { border-color: rgb(171,189,242); }
td.TdClassName
{
border-color: #ABBDF2;
}
.TagClassName
{
border-color: #ABBDF2;
}
</style>