Shades of Perano #B2A9FA
Tints of Perano #B2A9FA
RGB
CMYK
RGB Variations
Color information
#B2A9FA (or 0xB2A9FA) is known color: Perano. HEX triplet: B2, A9 and FA. RGB value is (178,169,250). Sum of RGB (Red+Green+Blue) = 178+169+250=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A9FA is #4D5605. Grayscale: #B4B4B4. Windows color (decimal): -5068294 or 16427442. OLE color: 16427442.
HSL color Cylindrical-coordinate representation of color #B2A9FA: hue angle of 246.67º 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 #B2A9FA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 169 | 250 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.02 |
| HSL | 246.67º | 0.89% | 0.82% | - |
| HSV(B) | 246.67º | 0.32% | 0.98% | - |
| XYZ | 49.8 | 44.74 | 96.45 | - |
| YUV | 180.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 250 | 0.29 | 0.32 | 0 | 0.02 | 246.67 | 0.89 | 0.82 |
| Hex | B2 | A9 | FA | 1D | 20 | 0 | 2 | F7 | 59 | 52 |
| Octal | 262 | 251 | 372 | 35 | 40 | 0 | 2 | 367 | 131 | 122 |
| Binary | 10110010 | 10101001 | 11111010 | 11101 | 100000 | 0 | 10 | 11110111 | 1011001 | 1010010 |
Color Harmonies of #B2A9FA
Complementary color
Monochromatic Colors of #B2A9FA
Black with #B2A9FA
Text Example
Text Example
White with #B2A9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A9FA; }
p { color: rgb(178,169,250); }
H1.HeaderClassName
{
color: #B2A9FA;
}
.AnyTagClassName
{
color: #B2A9FA;
}
</style>
background-color css
<style>
a { background-color: #B2A9FA; }
a { background-color: rgb(178,169,250); }
div.DivClassName
{
background-color: #B2A9FA;
}
.BgClassName
{
background-color: #B2A9FA;
}
</style>
border-color css
<style>
span { border-color: #B2A9FA; }
span { border-color: rgb(178,169,250); }
td.TdClassName
{
border-color: #B2A9FA;
}
.TagClassName
{
border-color: #B2A9FA;
}
</style>