Shades of Perano #B4AEF5
Tints of Perano #B4AEF5
RGB
CMYK
RGB Variations
Color information
#B4AEF5 (or 0xB4AEF5) is known color: Perano. HEX triplet: B4, AE and F5. RGB value is (180,174,245). Sum of RGB (Red+Green+Blue) = 180+174+245=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 245 - color contains mainly: blue. Hex color #B4AEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEF5 is #4B510A. Grayscale: #B7B7B7. Windows color (decimal): -4935947 or 16101044. OLE color: 16101044.
HSL color Cylindrical-coordinate representation of color #B4AEF5: hue angle of 245.07º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4AEF5 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 174 | 245 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.04 |
| HSL | 245.07º | 0.78% | 0.82% | - |
| HSV(B) | 245.07º | 0.29% | 0.96% | - |
| XYZ | 50.44 | 46.57 | 92.72 | - |
| YUV | 183.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 245 | 0.27 | 0.29 | 0 | 0.04 | 245.07 | 0.78 | 0.82 |
| Hex | B4 | AE | F5 | 1B | 1D | 0 | 4 | F5 | 4E | 52 |
| Octal | 264 | 256 | 365 | 33 | 35 | 0 | 4 | 365 | 116 | 122 |
| Binary | 10110100 | 10101110 | 11110101 | 11011 | 11101 | 0 | 100 | 11110101 | 1001110 | 1010010 |
Color Harmonies of #B4AEF5
Complementary color
Monochromatic Colors of #B4AEF5
Black with #B4AEF5
Text Example
Text Example
White with #B4AEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AEF5; }
p { color: rgb(180,174,245); }
H1.HeaderClassName
{
color: #B4AEF5;
}
.AnyTagClassName
{
color: #B4AEF5;
}
</style>
background-color css
<style>
a { background-color: #B4AEF5; }
a { background-color: rgb(180,174,245); }
div.DivClassName
{
background-color: #B4AEF5;
}
.BgClassName
{
background-color: #B4AEF5;
}
</style>
border-color css
<style>
span { border-color: #B4AEF5; }
span { border-color: rgb(180,174,245); }
td.TdClassName
{
border-color: #B4AEF5;
}
.TagClassName
{
border-color: #B4AEF5;
}
</style>