Shades of Perano #B0A8FB
Tints of Perano #B0A8FB
RGB
CMYK
RGB Variations
Color information
#B0A8FB (or 0xB0A8FB) is known color: Perano. HEX triplet: B0, A8 and FB. RGB value is (176,168,251). Sum of RGB (Red+Green+Blue) = 176+168+251=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0A8FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8FB is #4F5704. Grayscale: #B3B3B3. Windows color (decimal): -5199621 or 16492720. OLE color: 16492720.
HSL color Cylindrical-coordinate representation of color #B0A8FB: hue angle of 245.78º degrees, saturation: 0.91, 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 #B0A8FB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 168 | 251 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.02 |
| HSL | 245.78º | 0.91% | 0.82% | - |
| HSV(B) | 245.78º | 0.33% | 0.98% | - |
| XYZ | 49.32 | 44.2 | 97.2 | - |
| YUV | 179.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 251 | 0.30 | 0.33 | 0 | 0.02 | 245.78 | 0.91 | 0.82 |
| Hex | B0 | A8 | FB | 1E | 21 | 0 | 2 | F6 | 5B | 52 |
| Octal | 260 | 250 | 373 | 36 | 41 | 0 | 2 | 366 | 133 | 122 |
| Binary | 10110000 | 10101000 | 11111011 | 11110 | 100001 | 0 | 10 | 11110110 | 1011011 | 1010010 |
Color Harmonies of #B0A8FB
Complementary color
Monochromatic Colors of #B0A8FB
Black with #B0A8FB
Text Example
Text Example
White with #B0A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8FB; }
p { color: rgb(176,168,251); }
H1.HeaderClassName
{
color: #B0A8FB;
}
.AnyTagClassName
{
color: #B0A8FB;
}
</style>
background-color css
<style>
a { background-color: #B0A8FB; }
a { background-color: rgb(176,168,251); }
div.DivClassName
{
background-color: #B0A8FB;
}
.BgClassName
{
background-color: #B0A8FB;
}
</style>
border-color css
<style>
span { border-color: #B0A8FB; }
span { border-color: rgb(176,168,251); }
td.TdClassName
{
border-color: #B0A8FB;
}
.TagClassName
{
border-color: #B0A8FB;
}
</style>