Shades of Perano #B4BFF1
Tints of Perano #B4BFF1
RGB
CMYK
RGB Variations
Color information
#B4BFF1 (or 0xB4BFF1) is known color: Perano. HEX triplet: B4, BF and F1. RGB value is (180,191,241). Sum of RGB (Red+Green+Blue) = 180+191+241=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFF1 is #4B400E. Grayscale: #C1C1C1. Windows color (decimal): -4931599 or 15843252. OLE color: 15843252.
HSL color Cylindrical-coordinate representation of color #B4BFF1: hue angle of 229.18º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BFF1 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 191 | 241 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.05 |
| HSL | 229.18º | 0.69% | 0.83% | - |
| HSV(B) | 229.18º | 0.25% | 0.95% | - |
| XYZ | 53.33 | 53.32 | 90.7 | - |
| YUV | 193.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 241 | 0.25 | 0.21 | 0 | 0.05 | 229.18 | 0.69 | 0.83 |
| Hex | B4 | BF | F1 | 19 | 15 | 0 | 5 | E5 | 45 | 53 |
| Octal | 264 | 277 | 361 | 31 | 25 | 0 | 5 | 345 | 105 | 123 |
| Binary | 10110100 | 10111111 | 11110001 | 11001 | 10101 | 0 | 101 | 11100101 | 1000101 | 1010011 |
Color Harmonies of #B4BFF1
Complementary color
Monochromatic Colors of #B4BFF1
Black with #B4BFF1
Text Example
Text Example
White with #B4BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFF1; }
p { color: rgb(180,191,241); }
H1.HeaderClassName
{
color: #B4BFF1;
}
.AnyTagClassName
{
color: #B4BFF1;
}
</style>
background-color css
<style>
a { background-color: #B4BFF1; }
a { background-color: rgb(180,191,241); }
div.DivClassName
{
background-color: #B4BFF1;
}
.BgClassName
{
background-color: #B4BFF1;
}
</style>
border-color css
<style>
span { border-color: #B4BFF1; }
span { border-color: rgb(180,191,241); }
td.TdClassName
{
border-color: #B4BFF1;
}
.TagClassName
{
border-color: #B4BFF1;
}
</style>