Shades of Perano #B2AEFF
Tints of Perano #B2AEFF
RGB
CMYK
RGB Variations
Color information
#B2AEFF (or 0xB2AEFF) is known color: Perano. HEX triplet: B2, AE and FF. RGB value is (178,174,255). Sum of RGB (Red+Green+Blue) = 178+174+255=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFF is #4D5100. Grayscale: #B8B8B8. Windows color (decimal): -5067009 or 16756402. OLE color: 16756402.
HSL color Cylindrical-coordinate representation of color #B2AEFF: hue angle of 242.96º 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 #B2AEFF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 174 | 255 | - |
| CMYK | 0.30 | 0.32 | 0 | 0 |
| HSL | 242.96º | 1% | 0.84% | - |
| HSV(B) | 242.96º | 0.32% | 1% | - |
| XYZ | 51.55 | 46.96 | 100.95 | - |
| YUV | 184.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 255 | 0.30 | 0.32 | 0 | 0 | 242.96 | 1 | 0.84 |
| Hex | B2 | AE | FF | 1E | 20 | 0 | 0 | F3 | 64 | 54 |
| Octal | 262 | 256 | 377 | 36 | 40 | 0 | 0 | 363 | 144 | 124 |
| Binary | 10110010 | 10101110 | 11111111 | 11110 | 100000 | 0 | 0 | 11110011 | 1100100 | 1010100 |
Color Harmonies of #B2AEFF
Complementary color
Monochromatic Colors of #B2AEFF
Black with #B2AEFF
Text Example
Text Example
White with #B2AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEFF; }
p { color: rgb(178,174,255); }
H1.HeaderClassName
{
color: #B2AEFF;
}
.AnyTagClassName
{
color: #B2AEFF;
}
</style>
background-color css
<style>
a { background-color: #B2AEFF; }
a { background-color: rgb(178,174,255); }
div.DivClassName
{
background-color: #B2AEFF;
}
.BgClassName
{
background-color: #B2AEFF;
}
</style>
border-color css
<style>
span { border-color: #B2AEFF; }
span { border-color: rgb(178,174,255); }
td.TdClassName
{
border-color: #B2AEFF;
}
.TagClassName
{
border-color: #B2AEFF;
}
</style>