Shades of Perano #B2AEFC
Tints of Perano #B2AEFC
RGB
CMYK
RGB Variations
Color information
#B2AEFC (or 0xB2AEFC) is known color: Perano. HEX triplet: B2, AE and FC. RGB value is (178,174,252). Sum of RGB (Red+Green+Blue) = 178+174+252=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2AEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFC is #4D5103. Grayscale: #B7B7B7. Windows color (decimal): -5067012 or 16559794. OLE color: 16559794.
HSL color Cylindrical-coordinate representation of color #B2AEFC: hue angle of 243.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2AEFC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 174 | 252 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.01 |
| HSL | 243.08º | 0.93% | 0.84% | - |
| HSV(B) | 243.08º | 0.31% | 0.99% | - |
| XYZ | 51.07 | 46.77 | 98.43 | - |
| YUV | 184.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 252 | 0.29 | 0.31 | 0 | 0.01 | 243.08 | 0.93 | 0.84 |
| Hex | B2 | AE | FC | 1D | 1F | 0 | 1 | F3 | 5D | 54 |
| Octal | 262 | 256 | 374 | 35 | 37 | 0 | 1 | 363 | 135 | 124 |
| Binary | 10110010 | 10101110 | 11111100 | 11101 | 11111 | 0 | 1 | 11110011 | 1011101 | 1010100 |
Color Harmonies of #B2AEFC
Complementary color
Monochromatic Colors of #B2AEFC
Black with #B2AEFC
Text Example
Text Example
White with #B2AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEFC; }
p { color: rgb(178,174,252); }
H1.HeaderClassName
{
color: #B2AEFC;
}
.AnyTagClassName
{
color: #B2AEFC;
}
</style>
background-color css
<style>
a { background-color: #B2AEFC; }
a { background-color: rgb(178,174,252); }
div.DivClassName
{
background-color: #B2AEFC;
}
.BgClassName
{
background-color: #B2AEFC;
}
</style>
border-color css
<style>
span { border-color: #B2AEFC; }
span { border-color: rgb(178,174,252); }
td.TdClassName
{
border-color: #B2AEFC;
}
.TagClassName
{
border-color: #B2AEFC;
}
</style>