Shades of Perano #B7B0FB
Tints of Perano #B7B0FB
RGB
CMYK
RGB Variations
Color information
#B7B0FB (or 0xB7B0FB) is known color: Perano. HEX triplet: B7, B0 and FB. RGB value is (183,176,251). Sum of RGB (Red+Green+Blue) = 183+176+251=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0FB is #484F04. Grayscale: #BABABA. Windows color (decimal): -4738821 or 16494775. OLE color: 16494775.
HSL color Cylindrical-coordinate representation of color #B7B0FB: hue angle of 245.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7B0FB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 176 | 251 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.02 |
| HSL | 245.6º | 0.9% | 0.84% | - |
| HSV(B) | 245.6º | 0.3% | 0.98% | - |
| XYZ | 52.47 | 48.08 | 97.78 | - |
| YUV | 186.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 251 | 0.27 | 0.30 | 0 | 0.02 | 245.6 | 0.9 | 0.84 |
| Hex | B7 | B0 | FB | 1B | 1E | 0 | 2 | F6 | 5A | 54 |
| Octal | 267 | 260 | 373 | 33 | 36 | 0 | 2 | 366 | 132 | 124 |
| Binary | 10110111 | 10110000 | 11111011 | 11011 | 11110 | 0 | 10 | 11110110 | 1011010 | 1010100 |
Color Harmonies of #B7B0FB
Complementary color
Monochromatic Colors of #B7B0FB
Black with #B7B0FB
Text Example
Text Example
White with #B7B0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0FB; }
p { color: rgb(183,176,251); }
H1.HeaderClassName
{
color: #B7B0FB;
}
.AnyTagClassName
{
color: #B7B0FB;
}
</style>
background-color css
<style>
a { background-color: #B7B0FB; }
a { background-color: rgb(183,176,251); }
div.DivClassName
{
background-color: #B7B0FB;
}
.BgClassName
{
background-color: #B7B0FB;
}
</style>
border-color css
<style>
span { border-color: #B7B0FB; }
span { border-color: rgb(183,176,251); }
td.TdClassName
{
border-color: #B7B0FB;
}
.TagClassName
{
border-color: #B7B0FB;
}
</style>