Shades of Perano #B5AEFF
Tints of Perano #B5AEFF
RGB
CMYK
RGB Variations
Color information
#B5AEFF (or 0xB5AEFF) is known color: Perano. HEX triplet: B5, AE and FF. RGB value is (181,174,255). Sum of RGB (Red+Green+Blue) = 181+174+255=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEFF is #4A5100. Grayscale: #B9B9B9. Windows color (decimal): -4870401 or 16756405. OLE color: 16756405.
HSL color Cylindrical-coordinate representation of color #B5AEFF: hue angle of 245.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5AEFF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 174 | 255 | - |
| CMYK | 0.29 | 0.32 | 0 | 0 |
| HSL | 245.19º | 1% | 0.84% | - |
| HSV(B) | 245.19º | 0.32% | 1% | - |
| XYZ | 52.24 | 47.32 | 100.99 | - |
| YUV | 185.33 | 167.32 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 174 | 255 | 0.29 | 0.32 | 0 | 0 | 245.19 | 1 | 0.84 |
| Hex | B5 | AE | FF | 1D | 20 | 0 | 0 | F5 | 64 | 54 |
| Octal | 265 | 256 | 377 | 35 | 40 | 0 | 0 | 365 | 144 | 124 |
| Binary | 10110101 | 10101110 | 11111111 | 11101 | 100000 | 0 | 0 | 11110101 | 1100100 | 1010100 |
Color Harmonies of #B5AEFF
Complementary color
Monochromatic Colors of #B5AEFF
Black with #B5AEFF
Text Example
Text Example
White with #B5AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEFF; }
p { color: rgb(181,174,255); }
H1.HeaderClassName
{
color: #B5AEFF;
}
.AnyTagClassName
{
color: #B5AEFF;
}
</style>
background-color css
<style>
a { background-color: #B5AEFF; }
a { background-color: rgb(181,174,255); }
div.DivClassName
{
background-color: #B5AEFF;
}
.BgClassName
{
background-color: #B5AEFF;
}
</style>
border-color css
<style>
span { border-color: #B5AEFF; }
span { border-color: rgb(181,174,255); }
td.TdClassName
{
border-color: #B5AEFF;
}
.TagClassName
{
border-color: #B5AEFF;
}
</style>