Shades of Perano #ABB1DB
Tints of Perano #ABB1DB
RGB
CMYK
RGB Variations
Color information
#ABB1DB (or 0xABB1DB) is known color: Perano. HEX triplet: AB, B1 and DB. RGB value is (171,177,219). Sum of RGB (Red+Green+Blue) = 171+177+219=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1DB is #544E24. Grayscale: #B3B3B3. Windows color (decimal): -5525029 or 14397867. OLE color: 14397867.
HSL color Cylindrical-coordinate representation of color #ABB1DB: hue angle of 232.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 #ABB1DB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 177 | 219 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.14 |
| HSL | 232.5º | 0.4% | 0.76% | - |
| HSV(B) | 232.5º | 0.22% | 0.86% | - |
| XYZ | 45.3 | 45.22 | 73.36 | - |
| YUV | 179.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 219 | 0.22 | 0.19 | 0 | 0.14 | 232.5 | 0.4 | 0.76 |
| Hex | AB | B1 | DB | 16 | 13 | 0 | E | E8 | 28 | 4C |
| Octal | 253 | 261 | 333 | 26 | 23 | 0 | 16 | 350 | 50 | 114 |
| Binary | 10101011 | 10110001 | 11011011 | 10110 | 10011 | 0 | 1110 | 11101000 | 101000 | 1001100 |
Color Harmonies of #ABB1DB
Complementary color
Monochromatic Colors of #ABB1DB
Black with #ABB1DB
Text Example
Text Example
White with #ABB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB1DB; }
p { color: rgb(171,177,219); }
H1.HeaderClassName
{
color: #ABB1DB;
}
.AnyTagClassName
{
color: #ABB1DB;
}
</style>
background-color css
<style>
a { background-color: #ABB1DB; }
a { background-color: rgb(171,177,219); }
div.DivClassName
{
background-color: #ABB1DB;
}
.BgClassName
{
background-color: #ABB1DB;
}
</style>
border-color css
<style>
span { border-color: #ABB1DB; }
span { border-color: rgb(171,177,219); }
td.TdClassName
{
border-color: #ABB1DB;
}
.TagClassName
{
border-color: #ABB1DB;
}
</style>