Shades of Perano #ABB3DF
Tints of Perano #ABB3DF
RGB
CMYK
RGB Variations
Color information
#ABB3DF (or 0xABB3DF) is known color: Perano. HEX triplet: AB, B3 and DF. RGB value is (171,179,223). Sum of RGB (Red+Green+Blue) = 171+179+223=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3DF is #544C20. Grayscale: #B5B5B5. Windows color (decimal): -5524513 or 14660523. OLE color: 14660523.
HSL color Cylindrical-coordinate representation of color #ABB3DF: hue angle of 230.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB3DF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 179 | 223 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.13 |
| HSL | 230.77º | 0.45% | 0.77% | - |
| HSV(B) | 230.77º | 0.23% | 0.87% | - |
| XYZ | 46.23 | 46.23 | 76.3 | - |
| YUV | 181.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 223 | 0.23 | 0.20 | 0 | 0.13 | 230.77 | 0.45 | 0.77 |
| Hex | AB | B3 | DF | 17 | 14 | 0 | D | E7 | 2D | 4D |
| Octal | 253 | 263 | 337 | 27 | 24 | 0 | 15 | 347 | 55 | 115 |
| Binary | 10101011 | 10110011 | 11011111 | 10111 | 10100 | 0 | 1101 | 11100111 | 101101 | 1001101 |
Color Harmonies of #ABB3DF
Complementary color
Monochromatic Colors of #ABB3DF
Black with #ABB3DF
Text Example
Text Example
White with #ABB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB3DF; }
p { color: rgb(171,179,223); }
H1.HeaderClassName
{
color: #ABB3DF;
}
.AnyTagClassName
{
color: #ABB3DF;
}
</style>
background-color css
<style>
a { background-color: #ABB3DF; }
a { background-color: rgb(171,179,223); }
div.DivClassName
{
background-color: #ABB3DF;
}
.BgClassName
{
background-color: #ABB3DF;
}
</style>
border-color css
<style>
span { border-color: #ABB3DF; }
span { border-color: rgb(171,179,223); }
td.TdClassName
{
border-color: #ABB3DF;
}
.TagClassName
{
border-color: #ABB3DF;
}
</style>