Shades of Perano #B4BFF5
Tints of Perano #B4BFF5
RGB
CMYK
RGB Variations
Color information
#B4BFF5 (or 0xB4BFF5) is known color: Perano. HEX triplet: B4, BF and F5. RGB value is (180,191,245). Sum of RGB (Red+Green+Blue) = 180+191+245=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #B4BFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFF5 is #4B400A. Grayscale: #C1C1C1. Windows color (decimal): -4931595 or 16105396. OLE color: 16105396.
HSL color Cylindrical-coordinate representation of color #B4BFF5: hue angle of 229.85º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4BFF5 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 191 | 245 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.04 |
| HSL | 229.85º | 0.76% | 0.83% | - |
| HSV(B) | 229.85º | 0.27% | 0.96% | - |
| XYZ | 53.93 | 53.56 | 93.88 | - |
| YUV | 193.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 245 | 0.27 | 0.22 | 0 | 0.04 | 229.85 | 0.76 | 0.83 |
| Hex | B4 | BF | F5 | 1B | 16 | 0 | 4 | E6 | 4C | 53 |
| Octal | 264 | 277 | 365 | 33 | 26 | 0 | 4 | 346 | 114 | 123 |
| Binary | 10110100 | 10111111 | 11110101 | 11011 | 10110 | 0 | 100 | 11100110 | 1001100 | 1010011 |
Color Harmonies of #B4BFF5
Complementary color
Monochromatic Colors of #B4BFF5
Black with #B4BFF5
Text Example
Text Example
White with #B4BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFF5; }
p { color: rgb(180,191,245); }
H1.HeaderClassName
{
color: #B4BFF5;
}
.AnyTagClassName
{
color: #B4BFF5;
}
</style>
background-color css
<style>
a { background-color: #B4BFF5; }
a { background-color: rgb(180,191,245); }
div.DivClassName
{
background-color: #B4BFF5;
}
.BgClassName
{
background-color: #B4BFF5;
}
</style>
border-color css
<style>
span { border-color: #B4BFF5; }
span { border-color: rgb(180,191,245); }
td.TdClassName
{
border-color: #B4BFF5;
}
.TagClassName
{
border-color: #B4BFF5;
}
</style>