Shades of Perano #ABB0FC
Tints of Perano #ABB0FC
RGB
CMYK
RGB Variations
Color information
#ABB0FC (or 0xABB0FC) is known color: Perano. HEX triplet: AB, B0 and FC. RGB value is (171,176,252). Sum of RGB (Red+Green+Blue) = 171+176+252=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0FC is #544F03. Grayscale: #B6B6B6. Windows color (decimal): -5525252 or 16560299. OLE color: 16560299.
HSL color Cylindrical-coordinate representation of color #ABB0FC: hue angle of 236.3º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB0FC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 176 | 252 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.01 |
| HSL | 236.3º | 0.93% | 0.83% | - |
| HSV(B) | 236.3º | 0.32% | 0.99% | - |
| XYZ | 49.89 | 46.74 | 98.49 | - |
| YUV | 183.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 252 | 0.32 | 0.30 | 0 | 0.01 | 236.3 | 0.93 | 0.83 |
| Hex | AB | B0 | FC | 20 | 1E | 0 | 1 | EC | 5D | 53 |
| Octal | 253 | 260 | 374 | 40 | 36 | 0 | 1 | 354 | 135 | 123 |
| Binary | 10101011 | 10110000 | 11111100 | 100000 | 11110 | 0 | 1 | 11101100 | 1011101 | 1010011 |
Color Harmonies of #ABB0FC
Complementary color
Monochromatic Colors of #ABB0FC
Black with #ABB0FC
Text Example
Text Example
White with #ABB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0FC; }
p { color: rgb(171,176,252); }
H1.HeaderClassName
{
color: #ABB0FC;
}
.AnyTagClassName
{
color: #ABB0FC;
}
</style>
background-color css
<style>
a { background-color: #ABB0FC; }
a { background-color: rgb(171,176,252); }
div.DivClassName
{
background-color: #ABB0FC;
}
.BgClassName
{
background-color: #ABB0FC;
}
</style>
border-color css
<style>
span { border-color: #ABB0FC; }
span { border-color: rgb(171,176,252); }
td.TdClassName
{
border-color: #ABB0FC;
}
.TagClassName
{
border-color: #ABB0FC;
}
</style>