Shades of Perano #B0A8FD
Tints of Perano #B0A8FD
RGB
CMYK
RGB Variations
Color information
#B0A8FD (or 0xB0A8FD) is known color: Perano. HEX triplet: B0, A8 and FD. RGB value is (176,168,253). Sum of RGB (Red+Green+Blue) = 176+168+253=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8FD is #4F5702. Grayscale: #B3B3B3. Windows color (decimal): -5199619 or 16623792. OLE color: 16623792.
HSL color Cylindrical-coordinate representation of color #B0A8FD: hue angle of 245.65º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0A8FD is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 168 | 253 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.01 |
| HSL | 245.65º | 0.96% | 0.83% | - |
| HSV(B) | 245.65º | 0.34% | 0.99% | - |
| XYZ | 49.64 | 44.33 | 98.87 | - |
| YUV | 180.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 253 | 0.30 | 0.34 | 0 | 0.01 | 245.65 | 0.96 | 0.83 |
| Hex | B0 | A8 | FD | 1E | 22 | 0 | 1 | F6 | 60 | 53 |
| Octal | 260 | 250 | 375 | 36 | 42 | 0 | 1 | 366 | 140 | 123 |
| Binary | 10110000 | 10101000 | 11111101 | 11110 | 100010 | 0 | 1 | 11110110 | 1100000 | 1010011 |
Color Harmonies of #B0A8FD
Complementary color
Monochromatic Colors of #B0A8FD
Black with #B0A8FD
Text Example
Text Example
White with #B0A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8FD; }
p { color: rgb(176,168,253); }
H1.HeaderClassName
{
color: #B0A8FD;
}
.AnyTagClassName
{
color: #B0A8FD;
}
</style>
background-color css
<style>
a { background-color: #B0A8FD; }
a { background-color: rgb(176,168,253); }
div.DivClassName
{
background-color: #B0A8FD;
}
.BgClassName
{
background-color: #B0A8FD;
}
</style>
border-color css
<style>
span { border-color: #B0A8FD; }
span { border-color: rgb(176,168,253); }
td.TdClassName
{
border-color: #B0A8FD;
}
.TagClassName
{
border-color: #B0A8FD;
}
</style>