Shades of Perano #ABB4F6
Tints of Perano #ABB4F6
RGB
CMYK
RGB Variations
Color information
#ABB4F6 (or 0xABB4F6) is known color: Perano. HEX triplet: AB, B4 and F6. RGB value is (171,180,246). Sum of RGB (Red+Green+Blue) = 171+180+246=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABB4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4F6 is #544B09. Grayscale: #B8B8B8. Windows color (decimal): -5524234 or 16168107. OLE color: 16168107.
HSL color Cylindrical-coordinate representation of color #ABB4F6: hue angle of 232.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB4F6 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 180 | 246 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.04 |
| HSL | 232.8º | 0.81% | 0.82% | - |
| HSV(B) | 232.8º | 0.3% | 0.96% | - |
| XYZ | 49.75 | 47.95 | 93.82 | - |
| YUV | 184.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 246 | 0.30 | 0.27 | 0 | 0.04 | 232.8 | 0.81 | 0.82 |
| Hex | AB | B4 | F6 | 1E | 1B | 0 | 4 | E9 | 51 | 52 |
| Octal | 253 | 264 | 366 | 36 | 33 | 0 | 4 | 351 | 121 | 122 |
| Binary | 10101011 | 10110100 | 11110110 | 11110 | 11011 | 0 | 100 | 11101001 | 1010001 | 1010010 |
Color Harmonies of #ABB4F6
Complementary color
Monochromatic Colors of #ABB4F6
Black with #ABB4F6
Text Example
Text Example
White with #ABB4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB4F6; }
p { color: rgb(171,180,246); }
H1.HeaderClassName
{
color: #ABB4F6;
}
.AnyTagClassName
{
color: #ABB4F6;
}
</style>
background-color css
<style>
a { background-color: #ABB4F6; }
a { background-color: rgb(171,180,246); }
div.DivClassName
{
background-color: #ABB4F6;
}
.BgClassName
{
background-color: #ABB4F6;
}
</style>
border-color css
<style>
span { border-color: #ABB4F6; }
span { border-color: rgb(171,180,246); }
td.TdClassName
{
border-color: #ABB4F6;
}
.TagClassName
{
border-color: #ABB4F6;
}
</style>