Shades of Perano #B2BBFA
Tints of Perano #B2BBFA
RGB
CMYK
RGB Variations
Color information
#B2BBFA (or 0xB2BBFA) is known color: Perano. HEX triplet: B2, BB and FA. RGB value is (178,187,250). Sum of RGB (Red+Green+Blue) = 178+187+250=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFA is #4D4405. Grayscale: #BFBFBF. Windows color (decimal): -5063686 or 16432050. OLE color: 16432050.
HSL color Cylindrical-coordinate representation of color #B2BBFA: hue angle of 232.5º 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 #B2BBFA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 187 | 250 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.02 |
| HSL | 232.5º | 0.88% | 0.84% | - |
| HSV(B) | 232.5º | 0.29% | 0.98% | - |
| XYZ | 53.39 | 51.91 | 97.65 | - |
| YUV | 191.49 | 161.02 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 250 | 0.29 | 0.25 | 0 | 0.02 | 232.5 | 0.88 | 0.84 |
| Hex | B2 | BB | FA | 1D | 19 | 0 | 2 | E8 | 58 | 54 |
| Octal | 262 | 273 | 372 | 35 | 31 | 0 | 2 | 350 | 130 | 124 |
| Binary | 10110010 | 10111011 | 11111010 | 11101 | 11001 | 0 | 10 | 11101000 | 1011000 | 1010100 |
Color Harmonies of #B2BBFA
Complementary color
Monochromatic Colors of #B2BBFA
Black with #B2BBFA
Text Example
Text Example
White with #B2BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBFA; }
p { color: rgb(178,187,250); }
H1.HeaderClassName
{
color: #B2BBFA;
}
.AnyTagClassName
{
color: #B2BBFA;
}
</style>
background-color css
<style>
a { background-color: #B2BBFA; }
a { background-color: rgb(178,187,250); }
div.DivClassName
{
background-color: #B2BBFA;
}
.BgClassName
{
background-color: #B2BBFA;
}
</style>
border-color css
<style>
span { border-color: #B2BBFA; }
span { border-color: rgb(178,187,250); }
td.TdClassName
{
border-color: #B2BBFA;
}
.TagClassName
{
border-color: #B2BBFA;
}
</style>