Shades of Perano #B2A5FE
Tints of Perano #B2A5FE
RGB
CMYK
RGB Variations
Color information
#B2A5FE (or 0xB2A5FE) is known color: Perano. HEX triplet: B2, A5 and FE. RGB value is (178,165,254). Sum of RGB (Red+Green+Blue) = 178+165+254=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2A5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5FE is #4D5A01. Grayscale: #B2B2B2. Windows color (decimal): -5069314 or 16688562. OLE color: 16688562.
HSL color Cylindrical-coordinate representation of color #B2A5FE: hue angle of 248.76º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A5FE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 165 | 254 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.00 |
| HSL | 248.76º | 0.98% | 0.82% | - |
| HSV(B) | 248.76º | 0.35% | 1% | - |
| XYZ | 49.7 | 43.53 | 99.55 | - |
| YUV | 179.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 254 | 0.30 | 0.35 | 0 | 0.00 | 248.76 | 0.98 | 0.82 |
| Hex | B2 | A5 | FE | 1E | 23 | 0 | 0 | F9 | 62 | 52 |
| Octal | 262 | 245 | 376 | 36 | 43 | 0 | 0 | 371 | 142 | 122 |
| Binary | 10110010 | 10100101 | 11111110 | 11110 | 100011 | 0 | 0 | 11111001 | 1100010 | 1010010 |
Color Harmonies of #B2A5FE
Complementary color
Monochromatic Colors of #B2A5FE
Black with #B2A5FE
Text Example
Text Example
White with #B2A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5FE; }
p { color: rgb(178,165,254); }
H1.HeaderClassName
{
color: #B2A5FE;
}
.AnyTagClassName
{
color: #B2A5FE;
}
</style>
background-color css
<style>
a { background-color: #B2A5FE; }
a { background-color: rgb(178,165,254); }
div.DivClassName
{
background-color: #B2A5FE;
}
.BgClassName
{
background-color: #B2A5FE;
}
</style>
border-color css
<style>
span { border-color: #B2A5FE; }
span { border-color: rgb(178,165,254); }
td.TdClassName
{
border-color: #B2A5FE;
}
.TagClassName
{
border-color: #B2A5FE;
}
</style>