Shades of Perano #ABB2DB
Tints of Perano #ABB2DB
RGB
CMYK
RGB Variations
Color information
#ABB2DB (or 0xABB2DB) is known color: Perano. HEX triplet: AB, B2 and DB. RGB value is (171,178,219). Sum of RGB (Red+Green+Blue) = 171+178+219=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2DB is #544D24. Grayscale: #B4B4B4. Windows color (decimal): -5524773 or 14398123. OLE color: 14398123.
HSL color Cylindrical-coordinate representation of color #ABB2DB: hue angle of 231.25º 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 #ABB2DB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 178 | 219 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.14 |
| HSL | 231.25º | 0.4% | 0.76% | - |
| HSV(B) | 231.25º | 0.22% | 0.86% | - |
| XYZ | 45.5 | 45.61 | 73.42 | - |
| YUV | 180.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 219 | 0.22 | 0.19 | 0 | 0.14 | 231.25 | 0.4 | 0.76 |
| Hex | AB | B2 | DB | 16 | 13 | 0 | E | E7 | 28 | 4C |
| Octal | 253 | 262 | 333 | 26 | 23 | 0 | 16 | 347 | 50 | 114 |
| Binary | 10101011 | 10110010 | 11011011 | 10110 | 10011 | 0 | 1110 | 11100111 | 101000 | 1001100 |
Color Harmonies of #ABB2DB
Complementary color
Monochromatic Colors of #ABB2DB
Black with #ABB2DB
Text Example
Text Example
White with #ABB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB2DB; }
p { color: rgb(171,178,219); }
H1.HeaderClassName
{
color: #ABB2DB;
}
.AnyTagClassName
{
color: #ABB2DB;
}
</style>
background-color css
<style>
a { background-color: #ABB2DB; }
a { background-color: rgb(171,178,219); }
div.DivClassName
{
background-color: #ABB2DB;
}
.BgClassName
{
background-color: #ABB2DB;
}
</style>
border-color css
<style>
span { border-color: #ABB2DB; }
span { border-color: rgb(171,178,219); }
td.TdClassName
{
border-color: #ABB2DB;
}
.TagClassName
{
border-color: #ABB2DB;
}
</style>