Shades of Perano #B7B4F5
Tints of Perano #B7B4F5
RGB
CMYK
RGB Variations
Color information
#B7B4F5 (or 0xB7B4F5) is known color: Perano. HEX triplet: B7, B4 and F5. RGB value is (183,180,245). Sum of RGB (Red+Green+Blue) = 183+180+245=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7B4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B4F5 is #484B0A. Grayscale: #BCBCBC. Windows color (decimal): -4737803 or 16102583. OLE color: 16102583.
HSL color Cylindrical-coordinate representation of color #B7B4F5: hue angle of 242.77º 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 #B7B4F5 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 180 | 245 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.04 |
| HSL | 242.77º | 0.76% | 0.83% | - |
| HSV(B) | 242.77º | 0.27% | 0.96% | - |
| XYZ | 52.33 | 49.3 | 93.14 | - |
| YUV | 188.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 245 | 0.25 | 0.27 | 0 | 0.04 | 242.77 | 0.76 | 0.83 |
| Hex | B7 | B4 | F5 | 19 | 1B | 0 | 4 | F3 | 4C | 53 |
| Octal | 267 | 264 | 365 | 31 | 33 | 0 | 4 | 363 | 114 | 123 |
| Binary | 10110111 | 10110100 | 11110101 | 11001 | 11011 | 0 | 100 | 11110011 | 1001100 | 1010011 |
Color Harmonies of #B7B4F5
Complementary color
Monochromatic Colors of #B7B4F5
Black with #B7B4F5
Text Example
Text Example
White with #B7B4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B4F5; }
p { color: rgb(183,180,245); }
H1.HeaderClassName
{
color: #B7B4F5;
}
.AnyTagClassName
{
color: #B7B4F5;
}
</style>
background-color css
<style>
a { background-color: #B7B4F5; }
a { background-color: rgb(183,180,245); }
div.DivClassName
{
background-color: #B7B4F5;
}
.BgClassName
{
background-color: #B7B4F5;
}
</style>
border-color css
<style>
span { border-color: #B7B4F5; }
span { border-color: rgb(183,180,245); }
td.TdClassName
{
border-color: #B7B4F5;
}
.TagClassName
{
border-color: #B7B4F5;
}
</style>