Shades of Perano #B0A6FB
Tints of Perano #B0A6FB
RGB
CMYK
RGB Variations
Color information
#B0A6FB (or 0xB0A6FB) is known color: Perano. HEX triplet: B0, A6 and FB. RGB value is (176,166,251). Sum of RGB (Red+Green+Blue) = 176+166+251=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0A6FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6FB is #4F5904. Grayscale: #B2B2B2. Windows color (decimal): -5200133 or 16492208. OLE color: 16492208.
HSL color Cylindrical-coordinate representation of color #B0A6FB: hue angle of 247.06º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A6FB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 166 | 251 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.02 |
| HSL | 247.06º | 0.91% | 0.82% | - |
| HSV(B) | 247.06º | 0.34% | 0.98% | - |
| XYZ | 48.95 | 43.47 | 97.08 | - |
| YUV | 178.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 251 | 0.30 | 0.34 | 0 | 0.02 | 247.06 | 0.91 | 0.82 |
| Hex | B0 | A6 | FB | 1E | 22 | 0 | 2 | F7 | 5B | 52 |
| Octal | 260 | 246 | 373 | 36 | 42 | 0 | 2 | 367 | 133 | 122 |
| Binary | 10110000 | 10100110 | 11111011 | 11110 | 100010 | 0 | 10 | 11110111 | 1011011 | 1010010 |
Color Harmonies of #B0A6FB
Complementary color
Monochromatic Colors of #B0A6FB
Black with #B0A6FB
Text Example
Text Example
White with #B0A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6FB; }
p { color: rgb(176,166,251); }
H1.HeaderClassName
{
color: #B0A6FB;
}
.AnyTagClassName
{
color: #B0A6FB;
}
</style>
background-color css
<style>
a { background-color: #B0A6FB; }
a { background-color: rgb(176,166,251); }
div.DivClassName
{
background-color: #B0A6FB;
}
.BgClassName
{
background-color: #B0A6FB;
}
</style>
border-color css
<style>
span { border-color: #B0A6FB; }
span { border-color: rgb(176,166,251); }
td.TdClassName
{
border-color: #B0A6FB;
}
.TagClassName
{
border-color: #B0A6FB;
}
</style>