Shades of Perano #ABB3DB
Tints of Perano #ABB3DB
RGB
CMYK
RGB Variations
Color information
#ABB3DB (or 0xABB3DB) is known color: Perano. HEX triplet: AB, B3 and DB. RGB value is (171,179,219). Sum of RGB (Red+Green+Blue) = 171+179+219=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3DB is #544C24. Grayscale: #B5B5B5. Windows color (decimal): -5524517 or 14398379. OLE color: 14398379.
HSL color Cylindrical-coordinate representation of color #ABB3DB: hue angle of 230º 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 #ABB3DB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 179 | 219 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.14 |
| HSL | 230º | 0.4% | 0.76% | - |
| HSV(B) | 230º | 0.22% | 0.86% | - |
| XYZ | 45.7 | 46.01 | 73.49 | - |
| YUV | 181.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 219 | 0.22 | 0.18 | 0 | 0.14 | 230 | 0.4 | 0.76 |
| Hex | AB | B3 | DB | 16 | 12 | 0 | E | E6 | 28 | 4C |
| Octal | 253 | 263 | 333 | 26 | 22 | 0 | 16 | 346 | 50 | 114 |
| Binary | 10101011 | 10110011 | 11011011 | 10110 | 10010 | 0 | 1110 | 11100110 | 101000 | 1001100 |
Color Harmonies of #ABB3DB
Complementary color
Monochromatic Colors of #ABB3DB
Black with #ABB3DB
Text Example
Text Example
White with #ABB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB3DB; }
p { color: rgb(171,179,219); }
H1.HeaderClassName
{
color: #ABB3DB;
}
.AnyTagClassName
{
color: #ABB3DB;
}
</style>
background-color css
<style>
a { background-color: #ABB3DB; }
a { background-color: rgb(171,179,219); }
div.DivClassName
{
background-color: #ABB3DB;
}
.BgClassName
{
background-color: #ABB3DB;
}
</style>
border-color css
<style>
span { border-color: #ABB3DB; }
span { border-color: rgb(171,179,219); }
td.TdClassName
{
border-color: #ABB3DB;
}
.TagClassName
{
border-color: #ABB3DB;
}
</style>