Shades of Perano #B0A7FA
Tints of Perano #B0A7FA
RGB
CMYK
RGB Variations
Color information
#B0A7FA (or 0xB0A7FA) is known color: Perano. HEX triplet: B0, A7 and FA. RGB value is (176,167,250). Sum of RGB (Red+Green+Blue) = 176+167+250=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0A7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A7FA is #4F5805. Grayscale: #B2B2B2. Windows color (decimal): -5199878 or 16426928. OLE color: 16426928.
HSL color Cylindrical-coordinate representation of color #B0A7FA: hue angle of 246.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0A7FA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 167 | 250 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.02 |
| HSL | 246.51º | 0.89% | 0.82% | - |
| HSV(B) | 246.51º | 0.33% | 0.98% | - |
| XYZ | 48.98 | 43.77 | 96.31 | - |
| YUV | 179.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 250 | 0.30 | 0.33 | 0 | 0.02 | 246.51 | 0.89 | 0.82 |
| Hex | B0 | A7 | FA | 1E | 21 | 0 | 2 | F7 | 59 | 52 |
| Octal | 260 | 247 | 372 | 36 | 41 | 0 | 2 | 367 | 131 | 122 |
| Binary | 10110000 | 10100111 | 11111010 | 11110 | 100001 | 0 | 10 | 11110111 | 1011001 | 1010010 |
Color Harmonies of #B0A7FA
Complementary color
Monochromatic Colors of #B0A7FA
Black with #B0A7FA
Text Example
Text Example
White with #B0A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7FA; }
p { color: rgb(176,167,250); }
H1.HeaderClassName
{
color: #B0A7FA;
}
.AnyTagClassName
{
color: #B0A7FA;
}
</style>
background-color css
<style>
a { background-color: #B0A7FA; }
a { background-color: rgb(176,167,250); }
div.DivClassName
{
background-color: #B0A7FA;
}
.BgClassName
{
background-color: #B0A7FA;
}
</style>
border-color css
<style>
span { border-color: #B0A7FA; }
span { border-color: rgb(176,167,250); }
td.TdClassName
{
border-color: #B0A7FA;
}
.TagClassName
{
border-color: #B0A7FA;
}
</style>