Shades of Perano #B3BEF1
Tints of Perano #B3BEF1
RGB
CMYK
RGB Variations
Color information
#B3BEF1 (or 0xB3BEF1) is known color: Perano. HEX triplet: B3, BE and F1. RGB value is (179,190,241). Sum of RGB (Red+Green+Blue) = 179+190+241=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BEF1 is #4C410E. Grayscale: #C0C0C0. Windows color (decimal): -4997391 or 15842995. OLE color: 15842995.
HSL color Cylindrical-coordinate representation of color #B3BEF1: hue angle of 229.35º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3BEF1 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 190 | 241 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.05 |
| HSL | 229.35º | 0.69% | 0.82% | - |
| HSV(B) | 229.35º | 0.26% | 0.95% | - |
| XYZ | 52.88 | 52.76 | 90.62 | - |
| YUV | 192.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 241 | 0.26 | 0.21 | 0 | 0.05 | 229.35 | 0.69 | 0.82 |
| Hex | B3 | BE | F1 | 1A | 15 | 0 | 5 | E5 | 45 | 52 |
| Octal | 263 | 276 | 361 | 32 | 25 | 0 | 5 | 345 | 105 | 122 |
| Binary | 10110011 | 10111110 | 11110001 | 11010 | 10101 | 0 | 101 | 11100101 | 1000101 | 1010010 |
Color Harmonies of #B3BEF1
Complementary color
Monochromatic Colors of #B3BEF1
Black with #B3BEF1
Text Example
Text Example
White with #B3BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEF1; }
p { color: rgb(179,190,241); }
H1.HeaderClassName
{
color: #B3BEF1;
}
.AnyTagClassName
{
color: #B3BEF1;
}
</style>
background-color css
<style>
a { background-color: #B3BEF1; }
a { background-color: rgb(179,190,241); }
div.DivClassName
{
background-color: #B3BEF1;
}
.BgClassName
{
background-color: #B3BEF1;
}
</style>
border-color css
<style>
span { border-color: #B3BEF1; }
span { border-color: rgb(179,190,241); }
td.TdClassName
{
border-color: #B3BEF1;
}
.TagClassName
{
border-color: #B3BEF1;
}
</style>