Shades of Perano #AEB2DB
Tints of Perano #AEB2DB
RGB
CMYK
RGB Variations
Color information
#AEB2DB (or 0xAEB2DB) is known color: Perano. HEX triplet: AE, B2 and DB. RGB value is (174,178,219). Sum of RGB (Red+Green+Blue) = 174+178+219=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2DB is #514D24. Grayscale: #B5B5B5. Windows color (decimal): -5328165 or 14398126. OLE color: 14398126.
HSL color Cylindrical-coordinate representation of color #AEB2DB: hue angle of 234.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEB2DB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 178 | 219 | - |
CMYK | 0.21 | 0.19 | 0 | 0.14 |
HSL | 234.67º | 0.38% | 0.77% | - |
HSV(B) | 234.67º | 0.21% | 0.86% | - |
XYZ | 46.16 | 45.95 | 73.45 | - |
YUV | 181.48 | 149.17 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 178 | 219 | 0.21 | 0.19 | 0 | 0.14 | 234.67 | 0.38 | 0.77 |
Hex | AE | B2 | DB | 15 | 13 | 0 | E | EB | 26 | 4D |
Octal | 256 | 262 | 333 | 25 | 23 | 0 | 16 | 353 | 46 | 115 |
Binary | 10101110 | 10110010 | 11011011 | 10101 | 10011 | 0 | 1110 | 11101011 | 100110 | 1001101 |
Color Harmonies of #AEB2DB
Complementary color
Monochromatic Colors of #AEB2DB
Black with #AEB2DB
Text Example
Text Example
White with #AEB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2DB; }
p { color: rgb(174,178,219); }
H1.HeaderClassName
{
color: #AEB2DB;
}
.AnyTagClassName
{
color: #AEB2DB;
}
</style>
background-color css
<style>
a { background-color: #AEB2DB; }
a { background-color: rgb(174,178,219); }
div.DivClassName
{
background-color: #AEB2DB;
}
.BgClassName
{
background-color: #AEB2DB;
}
</style>
border-color css
<style>
span { border-color: #AEB2DB; }
span { border-color: rgb(174,178,219); }
td.TdClassName
{
border-color: #AEB2DB;
}
.TagClassName
{
border-color: #AEB2DB;
}
</style>