Shades of Perano #B5B1F7
Tints of Perano #B5B1F7
RGB
CMYK
RGB Variations
Color information
#B5B1F7 (or 0xB5B1F7) is known color: Perano. HEX triplet: B5, B1 and F7. RGB value is (181,177,247). Sum of RGB (Red+Green+Blue) = 181+177+247=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5B1F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5B1F7 is #4A4E08. Grayscale: #B9B9B9. Windows color (decimal): -4869641 or 16232885. OLE color: 16232885.
HSL color Cylindrical-coordinate representation of color #B5B1F7: hue angle of 243.43º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5B1F7 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 177 | 247 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.03 |
| HSL | 243.43º | 0.81% | 0.83% | - |
| HSV(B) | 243.43º | 0.28% | 0.97% | - |
| XYZ | 51.57 | 47.98 | 94.54 | - |
| YUV | 186.18 | 162.33 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 247 | 0.27 | 0.28 | 0 | 0.03 | 243.43 | 0.81 | 0.83 |
| Hex | B5 | B1 | F7 | 1B | 1C | 0 | 3 | F3 | 51 | 53 |
| Octal | 265 | 261 | 367 | 33 | 34 | 0 | 3 | 363 | 121 | 123 |
| Binary | 10110101 | 10110001 | 11110111 | 11011 | 11100 | 0 | 11 | 11110011 | 1010001 | 1010011 |
Color Harmonies of #B5B1F7
Complementary color
Monochromatic Colors of #B5B1F7
Black with #B5B1F7
Text Example
Text Example
White with #B5B1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B1F7; }
p { color: rgb(181,177,247); }
H1.HeaderClassName
{
color: #B5B1F7;
}
.AnyTagClassName
{
color: #B5B1F7;
}
</style>
background-color css
<style>
a { background-color: #B5B1F7; }
a { background-color: rgb(181,177,247); }
div.DivClassName
{
background-color: #B5B1F7;
}
.BgClassName
{
background-color: #B5B1F7;
}
</style>
border-color css
<style>
span { border-color: #B5B1F7; }
span { border-color: rgb(181,177,247); }
td.TdClassName
{
border-color: #B5B1F7;
}
.TagClassName
{
border-color: #B5B1F7;
}
</style>