Shades of Perano #B2BAFA
Tints of Perano #B2BAFA
RGB
CMYK
RGB Variations
Color information
#B2BAFA (or 0xB2BAFA) is known color: Perano. HEX triplet: B2, BA and FA. RGB value is (178,186,250). Sum of RGB (Red+Green+Blue) = 178+186+250=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAFA is #4D4505. Grayscale: #BEBEBE. Windows color (decimal): -5063942 or 16431794. OLE color: 16431794.
HSL color Cylindrical-coordinate representation of color #B2BAFA: hue angle of 233.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BAFA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 186 | 250 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.02 |
| HSL | 233.33º | 0.88% | 0.84% | - |
| HSV(B) | 233.33º | 0.29% | 0.98% | - |
| XYZ | 53.17 | 51.48 | 97.58 | - |
| YUV | 190.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 250 | 0.29 | 0.26 | 0 | 0.02 | 233.33 | 0.88 | 0.84 |
| Hex | B2 | BA | FA | 1D | 1A | 0 | 2 | E9 | 58 | 54 |
| Octal | 262 | 272 | 372 | 35 | 32 | 0 | 2 | 351 | 130 | 124 |
| Binary | 10110010 | 10111010 | 11111010 | 11101 | 11010 | 0 | 10 | 11101001 | 1011000 | 1010100 |
Color Harmonies of #B2BAFA
Complementary color
Monochromatic Colors of #B2BAFA
Black with #B2BAFA
Text Example
Text Example
White with #B2BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAFA; }
p { color: rgb(178,186,250); }
H1.HeaderClassName
{
color: #B2BAFA;
}
.AnyTagClassName
{
color: #B2BAFA;
}
</style>
background-color css
<style>
a { background-color: #B2BAFA; }
a { background-color: rgb(178,186,250); }
div.DivClassName
{
background-color: #B2BAFA;
}
.BgClassName
{
background-color: #B2BAFA;
}
</style>
border-color css
<style>
span { border-color: #B2BAFA; }
span { border-color: rgb(178,186,250); }
td.TdClassName
{
border-color: #B2BAFA;
}
.TagClassName
{
border-color: #B2BAFA;
}
</style>