Shades of Perano #B4AEF9
Tints of Perano #B4AEF9
RGB
CMYK
RGB Variations
Color information
#B4AEF9 (or 0xB4AEF9) is known color: Perano. HEX triplet: B4, AE and F9. RGB value is (180,174,249). Sum of RGB (Red+Green+Blue) = 180+174+249=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEF9 is #4B5106. Grayscale: #B8B8B8. Windows color (decimal): -4935943 or 16363188. OLE color: 16363188.
HSL color Cylindrical-coordinate representation of color #B4AEF9: hue angle of 244.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4AEF9 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 174 | 249 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.02 |
| HSL | 244.8º | 0.86% | 0.83% | - |
| HSV(B) | 244.8º | 0.3% | 0.98% | - |
| XYZ | 51.06 | 46.81 | 95.97 | - |
| YUV | 184.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 249 | 0.28 | 0.30 | 0 | 0.02 | 244.8 | 0.86 | 0.83 |
| Hex | B4 | AE | F9 | 1C | 1E | 0 | 2 | F5 | 56 | 53 |
| Octal | 264 | 256 | 371 | 34 | 36 | 0 | 2 | 365 | 126 | 123 |
| Binary | 10110100 | 10101110 | 11111001 | 11100 | 11110 | 0 | 10 | 11110101 | 1010110 | 1010011 |
Color Harmonies of #B4AEF9
Complementary color
Monochromatic Colors of #B4AEF9
Black with #B4AEF9
Text Example
Text Example
White with #B4AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AEF9; }
p { color: rgb(180,174,249); }
H1.HeaderClassName
{
color: #B4AEF9;
}
.AnyTagClassName
{
color: #B4AEF9;
}
</style>
background-color css
<style>
a { background-color: #B4AEF9; }
a { background-color: rgb(180,174,249); }
div.DivClassName
{
background-color: #B4AEF9;
}
.BgClassName
{
background-color: #B4AEF9;
}
</style>
border-color css
<style>
span { border-color: #B4AEF9; }
span { border-color: rgb(180,174,249); }
td.TdClassName
{
border-color: #B4AEF9;
}
.TagClassName
{
border-color: #B4AEF9;
}
</style>