Shades of Perano #B3BEEA
Tints of Perano #B3BEEA
RGB
CMYK
RGB Variations
Color information
#B3BEEA (or 0xB3BEEA) is known color: Perano. HEX triplet: B3, BE and EA. RGB value is (179,190,234). Sum of RGB (Red+Green+Blue) = 179+190+234=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BEEA is #4C4115. Grayscale: #BFBFBF. Windows color (decimal): -4997398 or 15384243. OLE color: 15384243.
HSL color Cylindrical-coordinate representation of color #B3BEEA: hue angle of 228º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3BEEA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 190 | 234 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.08 |
| HSL | 228º | 0.57% | 0.81% | - |
| HSV(B) | 228º | 0.24% | 0.92% | - |
| XYZ | 51.86 | 52.35 | 85.21 | - |
| YUV | 191.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 234 | 0.24 | 0.19 | 0 | 0.08 | 228 | 0.57 | 0.81 |
| Hex | B3 | BE | EA | 18 | 13 | 0 | 8 | E4 | 39 | 51 |
| Octal | 263 | 276 | 352 | 30 | 23 | 0 | 10 | 344 | 71 | 121 |
| Binary | 10110011 | 10111110 | 11101010 | 11000 | 10011 | 0 | 1000 | 11100100 | 111001 | 1010001 |
Color Harmonies of #B3BEEA
Complementary color
Monochromatic Colors of #B3BEEA
Black with #B3BEEA
Text Example
Text Example
White with #B3BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEEA; }
p { color: rgb(179,190,234); }
H1.HeaderClassName
{
color: #B3BEEA;
}
.AnyTagClassName
{
color: #B3BEEA;
}
</style>
background-color css
<style>
a { background-color: #B3BEEA; }
a { background-color: rgb(179,190,234); }
div.DivClassName
{
background-color: #B3BEEA;
}
.BgClassName
{
background-color: #B3BEEA;
}
</style>
border-color css
<style>
span { border-color: #B3BEEA; }
span { border-color: rgb(179,190,234); }
td.TdClassName
{
border-color: #B3BEEA;
}
.TagClassName
{
border-color: #B3BEEA;
}
</style>