Shades of Perano #B7B0FA
Tints of Perano #B7B0FA
RGB
CMYK
RGB Variations
Color information
#B7B0FA (or 0xB7B0FA) is known color: Perano. HEX triplet: B7, B0 and FA. RGB value is (183,176,250). Sum of RGB (Red+Green+Blue) = 183+176+250=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7B0FA is #484F05. Grayscale: #BABABA. Windows color (decimal): -4738822 or 16429239. OLE color: 16429239.
HSL color Cylindrical-coordinate representation of color #B7B0FA: hue angle of 245.68º degrees, saturation: 0.88, 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 #B7B0FA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 176 | 250 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.02 |
| HSL | 245.68º | 0.88% | 0.84% | - |
| HSV(B) | 245.68º | 0.3% | 0.98% | - |
| XYZ | 52.31 | 48.02 | 96.95 | - |
| YUV | 186.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 250 | 0.27 | 0.30 | 0 | 0.02 | 245.68 | 0.88 | 0.84 |
| Hex | B7 | B0 | FA | 1B | 1E | 0 | 2 | F6 | 58 | 54 |
| Octal | 267 | 260 | 372 | 33 | 36 | 0 | 2 | 366 | 130 | 124 |
| Binary | 10110111 | 10110000 | 11111010 | 11011 | 11110 | 0 | 10 | 11110110 | 1011000 | 1010100 |
Color Harmonies of #B7B0FA
Complementary color
Monochromatic Colors of #B7B0FA
Black with #B7B0FA
Text Example
Text Example
White with #B7B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B0FA; }
p { color: rgb(183,176,250); }
H1.HeaderClassName
{
color: #B7B0FA;
}
.AnyTagClassName
{
color: #B7B0FA;
}
</style>
background-color css
<style>
a { background-color: #B7B0FA; }
a { background-color: rgb(183,176,250); }
div.DivClassName
{
background-color: #B7B0FA;
}
.BgClassName
{
background-color: #B7B0FA;
}
</style>
border-color css
<style>
span { border-color: #B7B0FA; }
span { border-color: rgb(183,176,250); }
td.TdClassName
{
border-color: #B7B0FA;
}
.TagClassName
{
border-color: #B7B0FA;
}
</style>