Shades of Perano #B3BEFF
Tints of Perano #B3BEFF
RGB
CMYK
RGB Variations
Color information
#B3BEFF (or 0xB3BEFF) is known color: Perano. HEX triplet: B3, BE and FF. RGB value is (179,190,255). Sum of RGB (Red+Green+Blue) = 179+190+255=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BEFF is #4C4100. Grayscale: #C1C1C1. Windows color (decimal): -4997377 or 16760499. OLE color: 16760499.
HSL color Cylindrical-coordinate representation of color #B3BEFF: hue angle of 231.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3BEFF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 190 | 255 | - |
| CMYK | 0.30 | 0.25 | 0 | 0 |
| HSL | 231.32º | 1% | 0.85% | - |
| HSV(B) | 231.32º | 0.3% | 1% | - |
| XYZ | 55.05 | 53.63 | 102.06 | - |
| YUV | 194.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 255 | 0.30 | 0.25 | 0 | 0 | 231.32 | 1 | 0.85 |
| Hex | B3 | BE | FF | 1E | 19 | 0 | 0 | E7 | 64 | 55 |
| Octal | 263 | 276 | 377 | 36 | 31 | 0 | 0 | 347 | 144 | 125 |
| Binary | 10110011 | 10111110 | 11111111 | 11110 | 11001 | 0 | 0 | 11100111 | 1100100 | 1010101 |
Color Harmonies of #B3BEFF
Complementary color
Monochromatic Colors of #B3BEFF
Black with #B3BEFF
Text Example
Text Example
White with #B3BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BEFF; }
p { color: rgb(179,190,255); }
H1.HeaderClassName
{
color: #B3BEFF;
}
.AnyTagClassName
{
color: #B3BEFF;
}
</style>
background-color css
<style>
a { background-color: #B3BEFF; }
a { background-color: rgb(179,190,255); }
div.DivClassName
{
background-color: #B3BEFF;
}
.BgClassName
{
background-color: #B3BEFF;
}
</style>
border-color css
<style>
span { border-color: #B3BEFF; }
span { border-color: rgb(179,190,255); }
td.TdClassName
{
border-color: #B3BEFF;
}
.TagClassName
{
border-color: #B3BEFF;
}
</style>