Shades of Perano #ABB7DB
Tints of Perano #ABB7DB
RGB
CMYK
RGB Variations
Color information
#ABB7DB (or 0xABB7DB) is known color: Perano. HEX triplet: AB, B7 and DB. RGB value is (171,183,219). Sum of RGB (Red+Green+Blue) = 171+183+219=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7DB is #544824. Grayscale: #B7B7B7. Windows color (decimal): -5523493 or 14399403. OLE color: 14399403.
HSL color Cylindrical-coordinate representation of color #ABB7DB: hue angle of 225º 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 #ABB7DB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 183 | 219 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.14 |
| HSL | 225º | 0.4% | 0.76% | - |
| HSV(B) | 225º | 0.22% | 0.86% | - |
| XYZ | 46.51 | 47.64 | 73.76 | - |
| YUV | 183.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 219 | 0.22 | 0.16 | 0 | 0.14 | 225 | 0.4 | 0.76 |
| Hex | AB | B7 | DB | 16 | 10 | 0 | E | E1 | 28 | 4C |
| Octal | 253 | 267 | 333 | 26 | 20 | 0 | 16 | 341 | 50 | 114 |
| Binary | 10101011 | 10110111 | 11011011 | 10110 | 10000 | 0 | 1110 | 11100001 | 101000 | 1001100 |
Color Harmonies of #ABB7DB
Complementary color
Monochromatic Colors of #ABB7DB
Black with #ABB7DB
Text Example
Text Example
White with #ABB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7DB; }
p { color: rgb(171,183,219); }
H1.HeaderClassName
{
color: #ABB7DB;
}
.AnyTagClassName
{
color: #ABB7DB;
}
</style>
background-color css
<style>
a { background-color: #ABB7DB; }
a { background-color: rgb(171,183,219); }
div.DivClassName
{
background-color: #ABB7DB;
}
.BgClassName
{
background-color: #ABB7DB;
}
</style>
border-color css
<style>
span { border-color: #ABB7DB; }
span { border-color: rgb(171,183,219); }
td.TdClassName
{
border-color: #ABB7DB;
}
.TagClassName
{
border-color: #ABB7DB;
}
</style>