Shades of Perano #ABBBF3
Tints of Perano #ABBBF3
RGB
CMYK
RGB Variations
Color information
#ABBBF3 (or 0xABBBF3) is known color: Perano. HEX triplet: AB, BB and F3. RGB value is (171,187,243). Sum of RGB (Red+Green+Blue) = 171+187+243=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABBBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBF3 is #54440C. Grayscale: #BCBCBC. Windows color (decimal): -5522445 or 15973291. OLE color: 15973291.
HSL color Cylindrical-coordinate representation of color #ABBBF3: hue angle of 226.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBBF3 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 187 | 243 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.05 |
| HSL | 226.67º | 0.75% | 0.81% | - |
| HSV(B) | 226.67º | 0.3% | 0.95% | - |
| XYZ | 50.74 | 50.67 | 91.9 | - |
| YUV | 188.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 243 | 0.30 | 0.23 | 0 | 0.05 | 226.67 | 0.75 | 0.81 |
| Hex | AB | BB | F3 | 1E | 17 | 0 | 5 | E3 | 4B | 51 |
| Octal | 253 | 273 | 363 | 36 | 27 | 0 | 5 | 343 | 113 | 121 |
| Binary | 10101011 | 10111011 | 11110011 | 11110 | 10111 | 0 | 101 | 11100011 | 1001011 | 1010001 |
Color Harmonies of #ABBBF3
Complementary color
Monochromatic Colors of #ABBBF3
Black with #ABBBF3
Text Example
Text Example
White with #ABBBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBF3; }
p { color: rgb(171,187,243); }
H1.HeaderClassName
{
color: #ABBBF3;
}
.AnyTagClassName
{
color: #ABBBF3;
}
</style>
background-color css
<style>
a { background-color: #ABBBF3; }
a { background-color: rgb(171,187,243); }
div.DivClassName
{
background-color: #ABBBF3;
}
.BgClassName
{
background-color: #ABBBF3;
}
</style>
border-color css
<style>
span { border-color: #ABBBF3; }
span { border-color: rgb(171,187,243); }
td.TdClassName
{
border-color: #ABBBF3;
}
.TagClassName
{
border-color: #ABBBF3;
}
</style>