Shades of Perano #B2BFE2
Tints of Perano #B2BFE2
RGB
CMYK
RGB Variations
Color information
#B2BFE2 (or 0xB2BFE2) is known color: Perano. HEX triplet: B2, BF and E2. RGB value is (178,191,226). Sum of RGB (Red+Green+Blue) = 178+191+226=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #B2BFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFE2 is #4D401D. Grayscale: #BEBEBE. Windows color (decimal): -5062686 or 14860210. OLE color: 14860210.
HSL color Cylindrical-coordinate representation of color #B2BFE2: hue angle of 223.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2BFE2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 191 | 226 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.11 |
| HSL | 223.75º | 0.45% | 0.79% | - |
| HSV(B) | 223.75º | 0.21% | 0.89% | - |
| XYZ | 50.72 | 52.22 | 79.36 | - |
| YUV | 191.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 226 | 0.21 | 0.15 | 0 | 0.11 | 223.75 | 0.45 | 0.79 |
| Hex | B2 | BF | E2 | 15 | F | 0 | B | E0 | 2D | 4F |
| Octal | 262 | 277 | 342 | 25 | 17 | 0 | 13 | 340 | 55 | 117 |
| Binary | 10110010 | 10111111 | 11100010 | 10101 | 1111 | 0 | 1011 | 11100000 | 101101 | 1001111 |
Color Harmonies of #B2BFE2
Complementary color
Monochromatic Colors of #B2BFE2
Black with #B2BFE2
Text Example
Text Example
White with #B2BFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFE2; }
p { color: rgb(178,191,226); }
H1.HeaderClassName
{
color: #B2BFE2;
}
.AnyTagClassName
{
color: #B2BFE2;
}
</style>
background-color css
<style>
a { background-color: #B2BFE2; }
a { background-color: rgb(178,191,226); }
div.DivClassName
{
background-color: #B2BFE2;
}
.BgClassName
{
background-color: #B2BFE2;
}
</style>
border-color css
<style>
span { border-color: #B2BFE2; }
span { border-color: rgb(178,191,226); }
td.TdClassName
{
border-color: #B2BFE2;
}
.TagClassName
{
border-color: #B2BFE2;
}
</style>