Shades of Perano #B2BEFB
Tints of Perano #B2BEFB
RGB
CMYK
RGB Variations
Color information
#B2BEFB (or 0xB2BEFB) is known color: Perano. HEX triplet: B2, BE and FB. RGB value is (178,190,251). Sum of RGB (Red+Green+Blue) = 178+190+251=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEFB is #4D4104. Grayscale: #C1C1C1. Windows color (decimal): -5062917 or 16498354. OLE color: 16498354.
HSL color Cylindrical-coordinate representation of color #B2BEFB: hue angle of 230.14º 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 #B2BEFB is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 190 | 251 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 230.14º | 0.9% | 0.84% | - |
| HSV(B) | 230.14º | 0.29% | 0.98% | - |
| XYZ | 54.19 | 53.26 | 98.69 | - |
| YUV | 193.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 251 | 0.29 | 0.24 | 0 | 0.02 | 230.14 | 0.9 | 0.84 |
| Hex | B2 | BE | FB | 1D | 18 | 0 | 2 | E6 | 5A | 54 |
| Octal | 262 | 276 | 373 | 35 | 30 | 0 | 2 | 346 | 132 | 124 |
| Binary | 10110010 | 10111110 | 11111011 | 11101 | 11000 | 0 | 10 | 11100110 | 1011010 | 1010100 |
Color Harmonies of #B2BEFB
Complementary color
Monochromatic Colors of #B2BEFB
Black with #B2BEFB
Text Example
Text Example
White with #B2BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEFB; }
p { color: rgb(178,190,251); }
H1.HeaderClassName
{
color: #B2BEFB;
}
.AnyTagClassName
{
color: #B2BEFB;
}
</style>
background-color css
<style>
a { background-color: #B2BEFB; }
a { background-color: rgb(178,190,251); }
div.DivClassName
{
background-color: #B2BEFB;
}
.BgClassName
{
background-color: #B2BEFB;
}
</style>
border-color css
<style>
span { border-color: #B2BEFB; }
span { border-color: rgb(178,190,251); }
td.TdClassName
{
border-color: #B2BEFB;
}
.TagClassName
{
border-color: #B2BEFB;
}
</style>