Shades of Perano #AEB5DB
Tints of Perano #AEB5DB
RGB
CMYK
RGB Variations
Color information
#AEB5DB (or 0xAEB5DB) is known color: Perano. HEX triplet: AE, B5 and DB. RGB value is (174,181,219). Sum of RGB (Red+Green+Blue) = 174+181+219=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB5DB is #514A24. Grayscale: #B7B7B7. Windows color (decimal): -5327397 or 14398894. OLE color: 14398894.
HSL color Cylindrical-coordinate representation of color #AEB5DB: hue angle of 230.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 #AEB5DB is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 181 | 219 | - |
CMYK | 0.21 | 0.17 | 0 | 0.14 |
HSL | 230.67º | 0.38% | 0.77% | - |
HSV(B) | 230.67º | 0.21% | 0.86% | - |
XYZ | 46.77 | 47.16 | 73.66 | - |
YUV | 183.24 | 148.18 | 121.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 181 | 219 | 0.21 | 0.17 | 0 | 0.14 | 230.67 | 0.38 | 0.77 |
Hex | AE | B5 | DB | 15 | 11 | 0 | E | E7 | 26 | 4D |
Octal | 256 | 265 | 333 | 25 | 21 | 0 | 16 | 347 | 46 | 115 |
Binary | 10101110 | 10110101 | 11011011 | 10101 | 10001 | 0 | 1110 | 11100111 | 100110 | 1001101 |
Color Harmonies of #AEB5DB
Complementary color
Monochromatic Colors of #AEB5DB
Black with #AEB5DB
Text Example
Text Example
White with #AEB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB5DB; }
p { color: rgb(174,181,219); }
H1.HeaderClassName
{
color: #AEB5DB;
}
.AnyTagClassName
{
color: #AEB5DB;
}
</style>
background-color css
<style>
a { background-color: #AEB5DB; }
a { background-color: rgb(174,181,219); }
div.DivClassName
{
background-color: #AEB5DB;
}
.BgClassName
{
background-color: #AEB5DB;
}
</style>
border-color css
<style>
span { border-color: #AEB5DB; }
span { border-color: rgb(174,181,219); }
td.TdClassName
{
border-color: #AEB5DB;
}
.TagClassName
{
border-color: #AEB5DB;
}
</style>