Shades of Perano #B7B3FB
Tints of Perano #B7B3FB
RGB
CMYK
RGB Variations
Color information
#B7B3FB (or 0xB7B3FB) is known color: Perano. HEX triplet: B7, B3 and FB. RGB value is (183,179,251). Sum of RGB (Red+Green+Blue) = 183+179+251=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B3FB is #484C04. Grayscale: #BCBCBC. Windows color (decimal): -4738053 or 16495543. OLE color: 16495543.
HSL color Cylindrical-coordinate representation of color #B7B3FB: hue angle of 243.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7B3FB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 179 | 251 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.02 |
| HSL | 243.33º | 0.9% | 0.84% | - |
| HSV(B) | 243.33º | 0.29% | 0.98% | - |
| XYZ | 53.06 | 49.27 | 97.98 | - |
| YUV | 188.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 251 | 0.27 | 0.29 | 0 | 0.02 | 243.33 | 0.9 | 0.84 |
| Hex | B7 | B3 | FB | 1B | 1D | 0 | 2 | F3 | 5A | 54 |
| Octal | 267 | 263 | 373 | 33 | 35 | 0 | 2 | 363 | 132 | 124 |
| Binary | 10110111 | 10110011 | 11111011 | 11011 | 11101 | 0 | 10 | 11110011 | 1011010 | 1010100 |
Color Harmonies of #B7B3FB
Complementary color
Monochromatic Colors of #B7B3FB
Black with #B7B3FB
Text Example
Text Example
White with #B7B3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3FB; }
p { color: rgb(183,179,251); }
H1.HeaderClassName
{
color: #B7B3FB;
}
.AnyTagClassName
{
color: #B7B3FB;
}
</style>
background-color css
<style>
a { background-color: #B7B3FB; }
a { background-color: rgb(183,179,251); }
div.DivClassName
{
background-color: #B7B3FB;
}
.BgClassName
{
background-color: #B7B3FB;
}
</style>
border-color css
<style>
span { border-color: #B7B3FB; }
span { border-color: rgb(183,179,251); }
td.TdClassName
{
border-color: #B7B3FB;
}
.TagClassName
{
border-color: #B7B3FB;
}
</style>