Shades of Perano #B3BFEA
Tints of Perano #B3BFEA
RGB
CMYK
RGB Variations
Color information
#B3BFEA (or 0xB3BFEA) is known color: Perano. HEX triplet: B3, BF and EA. RGB value is (179,191,234). Sum of RGB (Red+Green+Blue) = 179+191+234=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BFEA is #4C4015. Grayscale: #C0C0C0. Windows color (decimal): -4997142 or 15384499. OLE color: 15384499.
HSL color Cylindrical-coordinate representation of color #B3BFEA: hue angle of 226.91º 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 #B3BFEA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 191 | 234 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.08 |
| HSL | 226.91º | 0.57% | 0.81% | - |
| HSV(B) | 226.91º | 0.24% | 0.92% | - |
| XYZ | 52.07 | 52.79 | 85.29 | - |
| YUV | 192.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 234 | 0.24 | 0.18 | 0 | 0.08 | 226.91 | 0.57 | 0.81 |
| Hex | B3 | BF | EA | 18 | 12 | 0 | 8 | E3 | 39 | 51 |
| Octal | 263 | 277 | 352 | 30 | 22 | 0 | 10 | 343 | 71 | 121 |
| Binary | 10110011 | 10111111 | 11101010 | 11000 | 10010 | 0 | 1000 | 11100011 | 111001 | 1010001 |
Color Harmonies of #B3BFEA
Complementary color
Monochromatic Colors of #B3BFEA
Black with #B3BFEA
Text Example
Text Example
White with #B3BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFEA; }
p { color: rgb(179,191,234); }
H1.HeaderClassName
{
color: #B3BFEA;
}
.AnyTagClassName
{
color: #B3BFEA;
}
</style>
background-color css
<style>
a { background-color: #B3BFEA; }
a { background-color: rgb(179,191,234); }
div.DivClassName
{
background-color: #B3BFEA;
}
.BgClassName
{
background-color: #B3BFEA;
}
</style>
border-color css
<style>
span { border-color: #B3BFEA; }
span { border-color: rgb(179,191,234); }
td.TdClassName
{
border-color: #B3BFEA;
}
.TagClassName
{
border-color: #B3BFEA;
}
</style>