Shades of Perano #ABB6DF
Tints of Perano #ABB6DF
RGB
CMYK
RGB Variations
Color information
#ABB6DF (or 0xABB6DF) is known color: Perano. HEX triplet: AB, B6 and DF. RGB value is (171,182,223). Sum of RGB (Red+Green+Blue) = 171+182+223=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6DF is #544920. Grayscale: #B7B7B7. Windows color (decimal): -5523745 or 14661291. OLE color: 14661291.
HSL color Cylindrical-coordinate representation of color #ABB6DF: hue angle of 227.31º 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 #ABB6DF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 182 | 223 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.13 |
| HSL | 227.31º | 0.45% | 0.77% | - |
| HSV(B) | 227.31º | 0.23% | 0.87% | - |
| XYZ | 46.84 | 47.44 | 76.5 | - |
| YUV | 183.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 223 | 0.23 | 0.18 | 0 | 0.13 | 227.31 | 0.45 | 0.77 |
| Hex | AB | B6 | DF | 17 | 12 | 0 | D | E3 | 2D | 4D |
| Octal | 253 | 266 | 337 | 27 | 22 | 0 | 15 | 343 | 55 | 115 |
| Binary | 10101011 | 10110110 | 11011111 | 10111 | 10010 | 0 | 1101 | 11100011 | 101101 | 1001101 |
Color Harmonies of #ABB6DF
Complementary color
Monochromatic Colors of #ABB6DF
Black with #ABB6DF
Text Example
Text Example
White with #ABB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6DF; }
p { color: rgb(171,182,223); }
H1.HeaderClassName
{
color: #ABB6DF;
}
.AnyTagClassName
{
color: #ABB6DF;
}
</style>
background-color css
<style>
a { background-color: #ABB6DF; }
a { background-color: rgb(171,182,223); }
div.DivClassName
{
background-color: #ABB6DF;
}
.BgClassName
{
background-color: #ABB6DF;
}
</style>
border-color css
<style>
span { border-color: #ABB6DF; }
span { border-color: rgb(171,182,223); }
td.TdClassName
{
border-color: #ABB6DF;
}
.TagClassName
{
border-color: #ABB6DF;
}
</style>