Shades of Perano #ABADDB
Tints of Perano #ABADDB
RGB
CMYK
RGB Variations
Color information
#ABADDB (or 0xABADDB) is known color: Perano. HEX triplet: AB, AD and DB. RGB value is (171,173,219). Sum of RGB (Red+Green+Blue) = 171+173+219=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADDB is #545224. Grayscale: #B1B1B1. Windows color (decimal): -5526053 or 14396843. OLE color: 14396843.
HSL color Cylindrical-coordinate representation of color #ABADDB: hue angle of 237.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABADDB is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 173 | 219 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.14 |
| HSL | 237.5º | 0.4% | 0.76% | - |
| HSV(B) | 237.5º | 0.22% | 0.86% | - |
| XYZ | 44.52 | 43.66 | 73.1 | - |
| YUV | 177.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 219 | 0.22 | 0.21 | 0 | 0.14 | 237.5 | 0.4 | 0.76 |
| Hex | AB | AD | DB | 16 | 15 | 0 | E | EE | 28 | 4C |
| Octal | 253 | 255 | 333 | 26 | 25 | 0 | 16 | 356 | 50 | 114 |
| Binary | 10101011 | 10101101 | 11011011 | 10110 | 10101 | 0 | 1110 | 11101110 | 101000 | 1001100 |
Color Harmonies of #ABADDB
Complementary color
Monochromatic Colors of #ABADDB
Black with #ABADDB
Text Example
Text Example
White with #ABADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADDB; }
p { color: rgb(171,173,219); }
H1.HeaderClassName
{
color: #ABADDB;
}
.AnyTagClassName
{
color: #ABADDB;
}
</style>
background-color css
<style>
a { background-color: #ABADDB; }
a { background-color: rgb(171,173,219); }
div.DivClassName
{
background-color: #ABADDB;
}
.BgClassName
{
background-color: #ABADDB;
}
</style>
border-color css
<style>
span { border-color: #ABADDB; }
span { border-color: rgb(171,173,219); }
td.TdClassName
{
border-color: #ABADDB;
}
.TagClassName
{
border-color: #ABADDB;
}
</style>