Shades of Perano #B2BEF3
Tints of Perano #B2BEF3
RGB
CMYK
RGB Variations
Color information
#B2BEF3 (or 0xB2BEF3) is known color: Perano. HEX triplet: B2, BE and F3. RGB value is (178,190,243). Sum of RGB (Red+Green+Blue) = 178+190+243=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2BEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEF3 is #4D410C. Grayscale: #C0C0C0. Windows color (decimal): -5062925 or 15974066. OLE color: 15974066.
HSL color Cylindrical-coordinate representation of color #B2BEF3: hue angle of 228.92º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2BEF3 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 190 | 243 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.05 |
| HSL | 228.92º | 0.73% | 0.83% | - |
| HSV(B) | 228.92º | 0.27% | 0.95% | - |
| XYZ | 52.95 | 52.76 | 92.19 | - |
| YUV | 192.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 243 | 0.27 | 0.22 | 0 | 0.05 | 228.92 | 0.73 | 0.83 |
| Hex | B2 | BE | F3 | 1B | 16 | 0 | 5 | E5 | 49 | 53 |
| Octal | 262 | 276 | 363 | 33 | 26 | 0 | 5 | 345 | 111 | 123 |
| Binary | 10110010 | 10111110 | 11110011 | 11011 | 10110 | 0 | 101 | 11100101 | 1001001 | 1010011 |
Color Harmonies of #B2BEF3
Complementary color
Monochromatic Colors of #B2BEF3
Black with #B2BEF3
Text Example
Text Example
White with #B2BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEF3; }
p { color: rgb(178,190,243); }
H1.HeaderClassName
{
color: #B2BEF3;
}
.AnyTagClassName
{
color: #B2BEF3;
}
</style>
background-color css
<style>
a { background-color: #B2BEF3; }
a { background-color: rgb(178,190,243); }
div.DivClassName
{
background-color: #B2BEF3;
}
.BgClassName
{
background-color: #B2BEF3;
}
</style>
border-color css
<style>
span { border-color: #B2BEF3; }
span { border-color: rgb(178,190,243); }
td.TdClassName
{
border-color: #B2BEF3;
}
.TagClassName
{
border-color: #B2BEF3;
}
</style>