Shades of Perano #B3BEF0
Tints of Perano #B3BEF0
RGB
CMYK
RGB Variations
Color information
#B3BEF0 (or 0xB3BEF0) is known color: Perano. HEX triplet: B3, BE and F0. RGB value is (179,190,240). Sum of RGB (Red+Green+Blue) = 179+190+240=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BEF0 is #4C410F. Grayscale: #C0C0C0. Windows color (decimal): -4997392 or 15777459. OLE color: 15777459.
HSL color Cylindrical-coordinate representation of color #B3BEF0: hue angle of 229.18º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3BEF0 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 190 | 240 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.06 |
| HSL | 229.18º | 0.67% | 0.82% | - |
| HSV(B) | 229.18º | 0.25% | 0.94% | - |
| XYZ | 52.73 | 52.7 | 89.83 | - |
| YUV | 192.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 240 | 0.25 | 0.21 | 0 | 0.06 | 229.18 | 0.67 | 0.82 |
| Hex | B3 | BE | F0 | 19 | 15 | 0 | 6 | E5 | 43 | 52 |
| Octal | 263 | 276 | 360 | 31 | 25 | 0 | 6 | 345 | 103 | 122 |
| Binary | 10110011 | 10111110 | 11110000 | 11001 | 10101 | 0 | 110 | 11100101 | 1000011 | 1010010 |
Color Harmonies of #B3BEF0
Complementary color
Monochromatic Colors of #B3BEF0
Black with #B3BEF0
Text Example
Text Example
White with #B3BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEF0; }
p { color: rgb(179,190,240); }
H1.HeaderClassName
{
color: #B3BEF0;
}
.AnyTagClassName
{
color: #B3BEF0;
}
</style>
background-color css
<style>
a { background-color: #B3BEF0; }
a { background-color: rgb(179,190,240); }
div.DivClassName
{
background-color: #B3BEF0;
}
.BgClassName
{
background-color: #B3BEF0;
}
</style>
border-color css
<style>
span { border-color: #B3BEF0; }
span { border-color: rgb(179,190,240); }
td.TdClassName
{
border-color: #B3BEF0;
}
.TagClassName
{
border-color: #B3BEF0;
}
</style>