Shades of Perano #B2BFEB
Tints of Perano #B2BFEB
RGB
CMYK
RGB Variations
Color information
#B2BFEB (or 0xB2BFEB) is known color: Perano. HEX triplet: B2, BF and EB. RGB value is (178,191,235). Sum of RGB (Red+Green+Blue) = 178+191+235=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFEB is #4D4014. Grayscale: #BFBFBF. Windows color (decimal): -5062677 or 15450034. OLE color: 15450034.
HSL color Cylindrical-coordinate representation of color #B2BFEB: hue angle of 226.32º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BFEB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 191 | 235 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.08 |
| HSL | 226.32º | 0.59% | 0.81% | - |
| HSV(B) | 226.32º | 0.24% | 0.92% | - |
| XYZ | 51.99 | 52.72 | 86.03 | - |
| YUV | 192.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 235 | 0.24 | 0.19 | 0 | 0.08 | 226.32 | 0.59 | 0.81 |
| Hex | B2 | BF | EB | 18 | 13 | 0 | 8 | E2 | 3B | 51 |
| Octal | 262 | 277 | 353 | 30 | 23 | 0 | 10 | 342 | 73 | 121 |
| Binary | 10110010 | 10111111 | 11101011 | 11000 | 10011 | 0 | 1000 | 11100010 | 111011 | 1010001 |
Color Harmonies of #B2BFEB
Complementary color
Monochromatic Colors of #B2BFEB
Black with #B2BFEB
Text Example
Text Example
White with #B2BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFEB; }
p { color: rgb(178,191,235); }
H1.HeaderClassName
{
color: #B2BFEB;
}
.AnyTagClassName
{
color: #B2BFEB;
}
</style>
background-color css
<style>
a { background-color: #B2BFEB; }
a { background-color: rgb(178,191,235); }
div.DivClassName
{
background-color: #B2BFEB;
}
.BgClassName
{
background-color: #B2BFEB;
}
</style>
border-color css
<style>
span { border-color: #B2BFEB; }
span { border-color: rgb(178,191,235); }
td.TdClassName
{
border-color: #B2BFEB;
}
.TagClassName
{
border-color: #B2BFEB;
}
</style>