Shades of Perano #B0AAF1
Tints of Perano #B0AAF1
RGB
CMYK
RGB Variations
Color information
#B0AAF1 (or 0xB0AAF1) is known color: Perano. HEX triplet: B0, AA and F1. RGB value is (176,170,241). Sum of RGB (Red+Green+Blue) = 176+170+241=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAF1 is #4F550E. Grayscale: #B3B3B3. Windows color (decimal): -5199119 or 15837872. OLE color: 15837872.
HSL color Cylindrical-coordinate representation of color #B0AAF1: hue angle of 245.07º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AAF1 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 170 | 241 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.05 |
| HSL | 245.07º | 0.72% | 0.81% | - |
| HSV(B) | 245.07º | 0.29% | 0.95% | - |
| XYZ | 48.16 | 44.33 | 89.24 | - |
| YUV | 179.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 241 | 0.27 | 0.29 | 0 | 0.05 | 245.07 | 0.72 | 0.81 |
| Hex | B0 | AA | F1 | 1B | 1D | 0 | 5 | F5 | 48 | 51 |
| Octal | 260 | 252 | 361 | 33 | 35 | 0 | 5 | 365 | 110 | 121 |
| Binary | 10110000 | 10101010 | 11110001 | 11011 | 11101 | 0 | 101 | 11110101 | 1001000 | 1010001 |
Color Harmonies of #B0AAF1
Complementary color
Monochromatic Colors of #B0AAF1
Black with #B0AAF1
Text Example
Text Example
White with #B0AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAF1; }
p { color: rgb(176,170,241); }
H1.HeaderClassName
{
color: #B0AAF1;
}
.AnyTagClassName
{
color: #B0AAF1;
}
</style>
background-color css
<style>
a { background-color: #B0AAF1; }
a { background-color: rgb(176,170,241); }
div.DivClassName
{
background-color: #B0AAF1;
}
.BgClassName
{
background-color: #B0AAF1;
}
</style>
border-color css
<style>
span { border-color: #B0AAF1; }
span { border-color: rgb(176,170,241); }
td.TdClassName
{
border-color: #B0AAF1;
}
.TagClassName
{
border-color: #B0AAF1;
}
</style>