Shades of Perano #B2ABFA
Tints of Perano #B2ABFA
RGB
CMYK
RGB Variations
Color information
#B2ABFA (or 0xB2ABFA) is known color: Perano. HEX triplet: B2, AB and FA. RGB value is (178,171,250). Sum of RGB (Red+Green+Blue) = 178+171+250=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ABFA is #4D5405. Grayscale: #B5B5B5. Windows color (decimal): -5067782 or 16427954. OLE color: 16427954.
HSL color Cylindrical-coordinate representation of color #B2ABFA: hue angle of 245.32º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2ABFA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 171 | 250 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.02 |
| HSL | 245.32º | 0.89% | 0.83% | - |
| HSV(B) | 245.32º | 0.32% | 0.98% | - |
| XYZ | 50.18 | 45.49 | 96.58 | - |
| YUV | 182.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 250 | 0.29 | 0.32 | 0 | 0.02 | 245.32 | 0.89 | 0.83 |
| Hex | B2 | AB | FA | 1D | 20 | 0 | 2 | F5 | 59 | 53 |
| Octal | 262 | 253 | 372 | 35 | 40 | 0 | 2 | 365 | 131 | 123 |
| Binary | 10110010 | 10101011 | 11111010 | 11101 | 100000 | 0 | 10 | 11110101 | 1011001 | 1010011 |
Color Harmonies of #B2ABFA
Complementary color
Monochromatic Colors of #B2ABFA
Black with #B2ABFA
Text Example
Text Example
White with #B2ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABFA; }
p { color: rgb(178,171,250); }
H1.HeaderClassName
{
color: #B2ABFA;
}
.AnyTagClassName
{
color: #B2ABFA;
}
</style>
background-color css
<style>
a { background-color: #B2ABFA; }
a { background-color: rgb(178,171,250); }
div.DivClassName
{
background-color: #B2ABFA;
}
.BgClassName
{
background-color: #B2ABFA;
}
</style>
border-color css
<style>
span { border-color: #B2ABFA; }
span { border-color: rgb(178,171,250); }
td.TdClassName
{
border-color: #B2ABFA;
}
.TagClassName
{
border-color: #B2ABFA;
}
</style>