Shades of Perano #ABB2FE
Tints of Perano #ABB2FE
RGB
CMYK
RGB Variations
Color information
#ABB2FE (or 0xABB2FE) is known color: Perano. HEX triplet: AB, B2 and FE. RGB value is (171,178,254). Sum of RGB (Red+Green+Blue) = 171+178+254=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2FE is #544D01. Grayscale: #B8B8B8. Windows color (decimal): -5524738 or 16691883. OLE color: 16691883.
HSL color Cylindrical-coordinate representation of color #ABB2FE: hue angle of 234.94º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB2FE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 178 | 254 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.00 |
| HSL | 234.94º | 0.98% | 0.83% | - |
| HSV(B) | 234.94º | 0.33% | 1% | - |
| XYZ | 50.6 | 47.65 | 100.3 | - |
| YUV | 184.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 254 | 0.33 | 0.30 | 0 | 0.00 | 234.94 | 0.98 | 0.83 |
| Hex | AB | B2 | FE | 21 | 1E | 0 | 0 | EB | 62 | 53 |
| Octal | 253 | 262 | 376 | 41 | 36 | 0 | 0 | 353 | 142 | 123 |
| Binary | 10101011 | 10110010 | 11111110 | 100001 | 11110 | 0 | 0 | 11101011 | 1100010 | 1010011 |
Color Harmonies of #ABB2FE
Complementary color
Monochromatic Colors of #ABB2FE
Black with #ABB2FE
Text Example
Text Example
White with #ABB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2FE; }
p { color: rgb(171,178,254); }
H1.HeaderClassName
{
color: #ABB2FE;
}
.AnyTagClassName
{
color: #ABB2FE;
}
</style>
background-color css
<style>
a { background-color: #ABB2FE; }
a { background-color: rgb(171,178,254); }
div.DivClassName
{
background-color: #ABB2FE;
}
.BgClassName
{
background-color: #ABB2FE;
}
</style>
border-color css
<style>
span { border-color: #ABB2FE; }
span { border-color: rgb(171,178,254); }
td.TdClassName
{
border-color: #ABB2FE;
}
.TagClassName
{
border-color: #ABB2FE;
}
</style>