Shades of Perano #ABB8FF
Tints of Perano #ABB8FF
RGB
CMYK
RGB Variations
Color information
#ABB8FF (or 0xABB8FF) is known color: Perano. HEX triplet: AB, B8 and FF. RGB value is (171,184,255). Sum of RGB (Red+Green+Blue) = 171+184+255=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB8FF is #544700. Grayscale: #BBBBBB. Windows color (decimal): -5523201 or 16758955. OLE color: 16758955.
HSL color Cylindrical-coordinate representation of color #ABB8FF: hue angle of 230.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB8FF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 184 | 255 | - |
| CMYK | 0.33 | 0.28 | 0 | 0 |
| HSL | 230.71º | 1% | 0.84% | - |
| HSV(B) | 230.71º | 0.33% | 1% | - |
| XYZ | 51.99 | 50.16 | 101.55 | - |
| YUV | 188.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 255 | 0.33 | 0.28 | 0 | 0 | 230.71 | 1 | 0.84 |
| Hex | AB | B8 | FF | 21 | 1C | 0 | 0 | E7 | 64 | 54 |
| Octal | 253 | 270 | 377 | 41 | 34 | 0 | 0 | 347 | 144 | 124 |
| Binary | 10101011 | 10111000 | 11111111 | 100001 | 11100 | 0 | 0 | 11100111 | 1100100 | 1010100 |
Color Harmonies of #ABB8FF
Complementary color
Monochromatic Colors of #ABB8FF
Black with #ABB8FF
Text Example
Text Example
White with #ABB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8FF; }
p { color: rgb(171,184,255); }
H1.HeaderClassName
{
color: #ABB8FF;
}
.AnyTagClassName
{
color: #ABB8FF;
}
</style>
background-color css
<style>
a { background-color: #ABB8FF; }
a { background-color: rgb(171,184,255); }
div.DivClassName
{
background-color: #ABB8FF;
}
.BgClassName
{
background-color: #ABB8FF;
}
</style>
border-color css
<style>
span { border-color: #ABB8FF; }
span { border-color: rgb(171,184,255); }
td.TdClassName
{
border-color: #ABB8FF;
}
.TagClassName
{
border-color: #ABB8FF;
}
</style>