Shades of Perano #B4BEEA
Tints of Perano #B4BEEA
RGB
CMYK
RGB Variations
Color information
#B4BEEA (or 0xB4BEEA) is known color: Perano. HEX triplet: B4, BE and EA. RGB value is (180,190,234). Sum of RGB (Red+Green+Blue) = 180+190+234=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 190 (74.61% from 255 or 31.46% 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 #B4BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEEA is #4B4115. Grayscale: #BFBFBF. Windows color (decimal): -4931862 or 15384244. OLE color: 15384244.
HSL color Cylindrical-coordinate representation of color #B4BEEA: hue angle of 228.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4BEEA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 190 | 234 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.08 |
| HSL | 228.89º | 0.56% | 0.81% | - |
| HSV(B) | 228.89º | 0.23% | 0.92% | - |
| XYZ | 52.09 | 52.47 | 85.22 | - |
| YUV | 192.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 234 | 0.23 | 0.19 | 0 | 0.08 | 228.89 | 0.56 | 0.81 |
| Hex | B4 | BE | EA | 17 | 13 | 0 | 8 | E5 | 38 | 51 |
| Octal | 264 | 276 | 352 | 27 | 23 | 0 | 10 | 345 | 70 | 121 |
| Binary | 10110100 | 10111110 | 11101010 | 10111 | 10011 | 0 | 1000 | 11100101 | 111000 | 1010001 |
Color Harmonies of #B4BEEA
Complementary color
Monochromatic Colors of #B4BEEA
Black with #B4BEEA
Text Example
Text Example
White with #B4BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BEEA; }
p { color: rgb(180,190,234); }
H1.HeaderClassName
{
color: #B4BEEA;
}
.AnyTagClassName
{
color: #B4BEEA;
}
</style>
background-color css
<style>
a { background-color: #B4BEEA; }
a { background-color: rgb(180,190,234); }
div.DivClassName
{
background-color: #B4BEEA;
}
.BgClassName
{
background-color: #B4BEEA;
}
</style>
border-color css
<style>
span { border-color: #B4BEEA; }
span { border-color: rgb(180,190,234); }
td.TdClassName
{
border-color: #B4BEEA;
}
.TagClassName
{
border-color: #B4BEEA;
}
</style>