Shades of Perano #B0A5FD
Tints of Perano #B0A5FD
RGB
CMYK
RGB Variations
Color information
#B0A5FD (or 0xB0A5FD) is known color: Perano. HEX triplet: B0, A5 and FD. RGB value is (176,165,253). Sum of RGB (Red+Green+Blue) = 176+165+253=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0A5FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A5FD is #4F5A02. Grayscale: #B1B1B1. Windows color (decimal): -5200387 or 16623024. OLE color: 16623024.
HSL color Cylindrical-coordinate representation of color #B0A5FD: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0A5FD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 165 | 253 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.01 |
| HSL | 247.5º | 0.96% | 0.82% | - |
| HSV(B) | 247.5º | 0.35% | 0.99% | - |
| XYZ | 49.09 | 43.23 | 98.69 | - |
| YUV | 178.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 253 | 0.30 | 0.35 | 0 | 0.01 | 247.5 | 0.96 | 0.82 |
| Hex | B0 | A5 | FD | 1E | 23 | 0 | 1 | F8 | 60 | 52 |
| Octal | 260 | 245 | 375 | 36 | 43 | 0 | 1 | 370 | 140 | 122 |
| Binary | 10110000 | 10100101 | 11111101 | 11110 | 100011 | 0 | 1 | 11111000 | 1100000 | 1010010 |
Color Harmonies of #B0A5FD
Complementary color
Monochromatic Colors of #B0A5FD
Black with #B0A5FD
Text Example
Text Example
White with #B0A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A5FD; }
p { color: rgb(176,165,253); }
H1.HeaderClassName
{
color: #B0A5FD;
}
.AnyTagClassName
{
color: #B0A5FD;
}
</style>
background-color css
<style>
a { background-color: #B0A5FD; }
a { background-color: rgb(176,165,253); }
div.DivClassName
{
background-color: #B0A5FD;
}
.BgClassName
{
background-color: #B0A5FD;
}
</style>
border-color css
<style>
span { border-color: #B0A5FD; }
span { border-color: rgb(176,165,253); }
td.TdClassName
{
border-color: #B0A5FD;
}
.TagClassName
{
border-color: #B0A5FD;
}
</style>