Shades of Perano #ABB0DF
Tints of Perano #ABB0DF
RGB
CMYK
RGB Variations
Color information
#ABB0DF (or 0xABB0DF) is known color: Perano. HEX triplet: AB, B0 and DF. RGB value is (171,176,223). Sum of RGB (Red+Green+Blue) = 171+176+223=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0DF is #544F20. Grayscale: #B3B3B3. Windows color (decimal): -5525281 or 14659755. OLE color: 14659755.
HSL color Cylindrical-coordinate representation of color #ABB0DF: hue angle of 234.23º 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 #ABB0DF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 176 | 223 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.13 |
| HSL | 234.23º | 0.45% | 0.77% | - |
| HSV(B) | 234.23º | 0.23% | 0.87% | - |
| XYZ | 45.64 | 45.04 | 76.1 | - |
| YUV | 179.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 223 | 0.23 | 0.21 | 0 | 0.13 | 234.23 | 0.45 | 0.77 |
| Hex | AB | B0 | DF | 17 | 15 | 0 | D | EA | 2D | 4D |
| Octal | 253 | 260 | 337 | 27 | 25 | 0 | 15 | 352 | 55 | 115 |
| Binary | 10101011 | 10110000 | 11011111 | 10111 | 10101 | 0 | 1101 | 11101010 | 101101 | 1001101 |
Color Harmonies of #ABB0DF
Complementary color
Monochromatic Colors of #ABB0DF
Black with #ABB0DF
Text Example
Text Example
White with #ABB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0DF; }
p { color: rgb(171,176,223); }
H1.HeaderClassName
{
color: #ABB0DF;
}
.AnyTagClassName
{
color: #ABB0DF;
}
</style>
background-color css
<style>
a { background-color: #ABB0DF; }
a { background-color: rgb(171,176,223); }
div.DivClassName
{
background-color: #ABB0DF;
}
.BgClassName
{
background-color: #ABB0DF;
}
</style>
border-color css
<style>
span { border-color: #ABB0DF; }
span { border-color: rgb(171,176,223); }
td.TdClassName
{
border-color: #ABB0DF;
}
.TagClassName
{
border-color: #ABB0DF;
}
</style>