Shades of Perano #B2BFFB
Tints of Perano #B2BFFB
RGB
CMYK
RGB Variations
Color information
#B2BFFB (or 0xB2BFFB) is known color: Perano. HEX triplet: B2, BF and FB. RGB value is (178,191,251). Sum of RGB (Red+Green+Blue) = 178+191+251=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFFB is #4D4004. Grayscale: #C1C1C1. Windows color (decimal): -5062661 or 16498610. OLE color: 16498610.
HSL color Cylindrical-coordinate representation of color #B2BFFB: hue angle of 229.32º degrees, saturation: 0.9, 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 #B2BFFB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 191 | 251 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 229.32º | 0.9% | 0.84% | - |
| HSV(B) | 229.32º | 0.29% | 0.98% | - |
| XYZ | 54.4 | 53.69 | 98.76 | - |
| YUV | 193.95 | 160.19 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 251 | 0.29 | 0.24 | 0 | 0.02 | 229.32 | 0.9 | 0.84 |
| Hex | B2 | BF | FB | 1D | 18 | 0 | 2 | E5 | 5A | 54 |
| Octal | 262 | 277 | 373 | 35 | 30 | 0 | 2 | 345 | 132 | 124 |
| Binary | 10110010 | 10111111 | 11111011 | 11101 | 11000 | 0 | 10 | 11100101 | 1011010 | 1010100 |
Color Harmonies of #B2BFFB
Complementary color
Monochromatic Colors of #B2BFFB
Black with #B2BFFB
Text Example
Text Example
White with #B2BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFFB; }
p { color: rgb(178,191,251); }
H1.HeaderClassName
{
color: #B2BFFB;
}
.AnyTagClassName
{
color: #B2BFFB;
}
</style>
background-color css
<style>
a { background-color: #B2BFFB; }
a { background-color: rgb(178,191,251); }
div.DivClassName
{
background-color: #B2BFFB;
}
.BgClassName
{
background-color: #B2BFFB;
}
</style>
border-color css
<style>
span { border-color: #B2BFFB; }
span { border-color: rgb(178,191,251); }
td.TdClassName
{
border-color: #B2BFFB;
}
.TagClassName
{
border-color: #B2BFFB;
}
</style>