Shades of Perano #ABB0FF
Tints of Perano #ABB0FF
RGB
CMYK
RGB Variations
Color information
#ABB0FF (or 0xABB0FF) is known color: Perano. HEX triplet: AB, B0 and FF. RGB value is (171,176,255). Sum of RGB (Red+Green+Blue) = 171+176+255=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB0FF is #544F00. Grayscale: #B7B7B7. Windows color (decimal): -5525249 or 16756907. OLE color: 16756907.
HSL color Cylindrical-coordinate representation of color #ABB0FF: hue angle of 236.43º 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 #ABB0FF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 176 | 255 | - |
| CMYK | 0.33 | 0.31 | 0 | 0 |
| HSL | 236.43º | 1% | 0.84% | - |
| HSV(B) | 236.43º | 0.33% | 1% | - |
| XYZ | 50.37 | 46.93 | 101.01 | - |
| YUV | 183.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 255 | 0.33 | 0.31 | 0 | 0 | 236.43 | 1 | 0.84 |
| Hex | AB | B0 | FF | 21 | 1F | 0 | 0 | EC | 64 | 54 |
| Octal | 253 | 260 | 377 | 41 | 37 | 0 | 0 | 354 | 144 | 124 |
| Binary | 10101011 | 10110000 | 11111111 | 100001 | 11111 | 0 | 0 | 11101100 | 1100100 | 1010100 |
Color Harmonies of #ABB0FF
Complementary color
Monochromatic Colors of #ABB0FF
Black with #ABB0FF
Text Example
Text Example
White with #ABB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0FF; }
p { color: rgb(171,176,255); }
H1.HeaderClassName
{
color: #ABB0FF;
}
.AnyTagClassName
{
color: #ABB0FF;
}
</style>
background-color css
<style>
a { background-color: #ABB0FF; }
a { background-color: rgb(171,176,255); }
div.DivClassName
{
background-color: #ABB0FF;
}
.BgClassName
{
background-color: #ABB0FF;
}
</style>
border-color css
<style>
span { border-color: #ABB0FF; }
span { border-color: rgb(171,176,255); }
td.TdClassName
{
border-color: #ABB0FF;
}
.TagClassName
{
border-color: #ABB0FF;
}
</style>