Shades of Perano #B5BEFF
Tints of Perano #B5BEFF
RGB
CMYK
RGB Variations
Color information
#B5BEFF (or 0xB5BEFF) is known color: Perano. HEX triplet: B5, BE and FF. RGB value is (181,190,255). Sum of RGB (Red+Green+Blue) = 181+190+255=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BEFF is #4A4100. Grayscale: #C2C2C2. Windows color (decimal): -4866305 or 16760501. OLE color: 16760501.
HSL color Cylindrical-coordinate representation of color #B5BEFF: hue angle of 232.7º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BEFF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 190 | 255 | - |
| CMYK | 0.29 | 0.25 | 0 | 0 |
| HSL | 232.7º | 1% | 0.85% | - |
| HSV(B) | 232.7º | 0.29% | 1% | - |
| XYZ | 55.52 | 53.87 | 102.08 | - |
| YUV | 194.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 255 | 0.29 | 0.25 | 0 | 0 | 232.7 | 1 | 0.85 |
| Hex | B5 | BE | FF | 1D | 19 | 0 | 0 | E9 | 64 | 55 |
| Octal | 265 | 276 | 377 | 35 | 31 | 0 | 0 | 351 | 144 | 125 |
| Binary | 10110101 | 10111110 | 11111111 | 11101 | 11001 | 0 | 0 | 11101001 | 1100100 | 1010101 |
Color Harmonies of #B5BEFF
Complementary color
Monochromatic Colors of #B5BEFF
Black with #B5BEFF
Text Example
Text Example
White with #B5BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEFF; }
p { color: rgb(181,190,255); }
H1.HeaderClassName
{
color: #B5BEFF;
}
.AnyTagClassName
{
color: #B5BEFF;
}
</style>
background-color css
<style>
a { background-color: #B5BEFF; }
a { background-color: rgb(181,190,255); }
div.DivClassName
{
background-color: #B5BEFF;
}
.BgClassName
{
background-color: #B5BEFF;
}
</style>
border-color css
<style>
span { border-color: #B5BEFF; }
span { border-color: rgb(181,190,255); }
td.TdClassName
{
border-color: #B5BEFF;
}
.TagClassName
{
border-color: #B5BEFF;
}
</style>