Shades of Perano #AEB0F3
Tints of Perano #AEB0F3
RGB
CMYK
RGB Variations
Color information
#AEB0F3 (or 0xAEB0F3) is known color: Perano. HEX triplet: AE, B0 and F3. RGB value is (174,176,243). Sum of RGB (Red+Green+Blue) = 174+176+243=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0F3 is #514F0C. Grayscale: #B6B6B6. Windows color (decimal): -5328653 or 15970478. OLE color: 15970478.
HSL color Cylindrical-coordinate representation of color #AEB0F3: hue angle of 238.26º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB0F3 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 176 | 243 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.05 |
| HSL | 238.26º | 0.74% | 0.82% | - |
| HSV(B) | 238.26º | 0.28% | 0.95% | - |
| XYZ | 49.16 | 46.52 | 91.18 | - |
| YUV | 183.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 243 | 0.28 | 0.28 | 0 | 0.05 | 238.26 | 0.74 | 0.82 |
| Hex | AE | B0 | F3 | 1C | 1C | 0 | 5 | EE | 4A | 52 |
| Octal | 256 | 260 | 363 | 34 | 34 | 0 | 5 | 356 | 112 | 122 |
| Binary | 10101110 | 10110000 | 11110011 | 11100 | 11100 | 0 | 101 | 11101110 | 1001010 | 1010010 |
Color Harmonies of #AEB0F3
Complementary color
Monochromatic Colors of #AEB0F3
Black with #AEB0F3
Text Example
Text Example
White with #AEB0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0F3; }
p { color: rgb(174,176,243); }
H1.HeaderClassName
{
color: #AEB0F3;
}
.AnyTagClassName
{
color: #AEB0F3;
}
</style>
background-color css
<style>
a { background-color: #AEB0F3; }
a { background-color: rgb(174,176,243); }
div.DivClassName
{
background-color: #AEB0F3;
}
.BgClassName
{
background-color: #AEB0F3;
}
</style>
border-color css
<style>
span { border-color: #AEB0F3; }
span { border-color: rgb(174,176,243); }
td.TdClassName
{
border-color: #AEB0F3;
}
.TagClassName
{
border-color: #AEB0F3;
}
</style>