Shades of Perano #B4BEFF
Tints of Perano #B4BEFF
RGB
CMYK
RGB Variations
Color information
#B4BEFF (or 0xB4BEFF) is known color: Perano. HEX triplet: B4, BE and FF. RGB value is (180,190,255). Sum of RGB (Red+Green+Blue) = 180+190+255=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEFF is #4B4100. Grayscale: #C2C2C2. Windows color (decimal): -4931841 or 16760500. OLE color: 16760500.
HSL color Cylindrical-coordinate representation of color #B4BEFF: hue angle of 232º 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 #B4BEFF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 190 | 255 | - |
| CMYK | 0.29 | 0.25 | 0 | 0 |
| HSL | 232º | 1% | 0.85% | - |
| HSV(B) | 232º | 0.29% | 1% | - |
| XYZ | 55.29 | 53.75 | 102.07 | - |
| YUV | 194.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 255 | 0.29 | 0.25 | 0 | 0 | 232 | 1 | 0.85 |
| Hex | B4 | BE | FF | 1D | 19 | 0 | 0 | E8 | 64 | 55 |
| Octal | 264 | 276 | 377 | 35 | 31 | 0 | 0 | 350 | 144 | 125 |
| Binary | 10110100 | 10111110 | 11111111 | 11101 | 11001 | 0 | 0 | 11101000 | 1100100 | 1010101 |
Color Harmonies of #B4BEFF
Complementary color
Monochromatic Colors of #B4BEFF
Black with #B4BEFF
Text Example
Text Example
White with #B4BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BEFF; }
p { color: rgb(180,190,255); }
H1.HeaderClassName
{
color: #B4BEFF;
}
.AnyTagClassName
{
color: #B4BEFF;
}
</style>
background-color css
<style>
a { background-color: #B4BEFF; }
a { background-color: rgb(180,190,255); }
div.DivClassName
{
background-color: #B4BEFF;
}
.BgClassName
{
background-color: #B4BEFF;
}
</style>
border-color css
<style>
span { border-color: #B4BEFF; }
span { border-color: rgb(180,190,255); }
td.TdClassName
{
border-color: #B4BEFF;
}
.TagClassName
{
border-color: #B4BEFF;
}
</style>