Shades of Perano #B0A7FF
Tints of Perano #B0A7FF
RGB
CMYK
RGB Variations
Color information
#B0A7FF (or 0xB0A7FF) is known color: Perano. HEX triplet: B0, A7 and FF. RGB value is (176,167,255). Sum of RGB (Red+Green+Blue) = 176+167+255=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0A7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A7FF is #4F5800. Grayscale: #B3B3B3. Windows color (decimal): -5199873 or 16754608. OLE color: 16754608.
HSL color Cylindrical-coordinate representation of color #B0A7FF: hue angle of 246.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0A7FF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 167 | 255 | - |
| CMYK | 0.31 | 0.35 | 0 | 0 |
| HSL | 246.14º | 1% | 0.83% | - |
| HSV(B) | 246.14º | 0.35% | 1% | - |
| XYZ | 49.77 | 44.09 | 100.49 | - |
| YUV | 179.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 255 | 0.31 | 0.35 | 0 | 0 | 246.14 | 1 | 0.83 |
| Hex | B0 | A7 | FF | 1F | 23 | 0 | 0 | F6 | 64 | 53 |
| Octal | 260 | 247 | 377 | 37 | 43 | 0 | 0 | 366 | 144 | 123 |
| Binary | 10110000 | 10100111 | 11111111 | 11111 | 100011 | 0 | 0 | 11110110 | 1100100 | 1010011 |
Color Harmonies of #B0A7FF
Complementary color
Monochromatic Colors of #B0A7FF
Black with #B0A7FF
Text Example
Text Example
White with #B0A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7FF; }
p { color: rgb(176,167,255); }
H1.HeaderClassName
{
color: #B0A7FF;
}
.AnyTagClassName
{
color: #B0A7FF;
}
</style>
background-color css
<style>
a { background-color: #B0A7FF; }
a { background-color: rgb(176,167,255); }
div.DivClassName
{
background-color: #B0A7FF;
}
.BgClassName
{
background-color: #B0A7FF;
}
</style>
border-color css
<style>
span { border-color: #B0A7FF; }
span { border-color: rgb(176,167,255); }
td.TdClassName
{
border-color: #B0A7FF;
}
.TagClassName
{
border-color: #B0A7FF;
}
</style>