Shades of Perano #B2AAFA
Tints of Perano #B2AAFA
RGB
CMYK
RGB Variations
Color information
#B2AAFA (or 0xB2AAFA) is known color: Perano. HEX triplet: B2, AA and FA. RGB value is (178,170,250). Sum of RGB (Red+Green+Blue) = 178+170+250=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFA is #4D5505. Grayscale: #B5B5B5. Windows color (decimal): -5068038 or 16427698. OLE color: 16427698.
HSL color Cylindrical-coordinate representation of color #B2AAFA: hue angle of 246º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2AAFA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 170 | 250 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.02 |
| HSL | 246º | 0.89% | 0.82% | - |
| HSV(B) | 246º | 0.32% | 0.98% | - |
| XYZ | 49.99 | 45.12 | 96.52 | - |
| YUV | 181.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 250 | 0.29 | 0.32 | 0 | 0.02 | 246 | 0.89 | 0.82 |
| Hex | B2 | AA | FA | 1D | 20 | 0 | 2 | F6 | 59 | 52 |
| Octal | 262 | 252 | 372 | 35 | 40 | 0 | 2 | 366 | 131 | 122 |
| Binary | 10110010 | 10101010 | 11111010 | 11101 | 100000 | 0 | 10 | 11110110 | 1011001 | 1010010 |
Color Harmonies of #B2AAFA
Complementary color
Monochromatic Colors of #B2AAFA
Black with #B2AAFA
Text Example
Text Example
White with #B2AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAFA; }
p { color: rgb(178,170,250); }
H1.HeaderClassName
{
color: #B2AAFA;
}
.AnyTagClassName
{
color: #B2AAFA;
}
</style>
background-color css
<style>
a { background-color: #B2AAFA; }
a { background-color: rgb(178,170,250); }
div.DivClassName
{
background-color: #B2AAFA;
}
.BgClassName
{
background-color: #B2AAFA;
}
</style>
border-color css
<style>
span { border-color: #B2AAFA; }
span { border-color: rgb(178,170,250); }
td.TdClassName
{
border-color: #B2AAFA;
}
.TagClassName
{
border-color: #B2AAFA;
}
</style>