Shades of Perano #B1AAFE
Tints of Perano #B1AAFE
RGB
CMYK
RGB Variations
Color information
#B1AAFE (or 0xB1AAFE) is known color: Perano. HEX triplet: B1, AA and FE. RGB value is (177,170,254). Sum of RGB (Red+Green+Blue) = 177+170+254=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAFE is #4E5501. Grayscale: #B5B5B5. Windows color (decimal): -5133570 or 16689841. OLE color: 16689841.
HSL color Cylindrical-coordinate representation of color #B1AAFE: hue angle of 245º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1AAFE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 170 | 254 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.00 |
| HSL | 245º | 0.98% | 0.83% | - |
| HSV(B) | 245º | 0.33% | 1% | - |
| XYZ | 50.4 | 45.25 | 99.84 | - |
| YUV | 181.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 254 | 0.30 | 0.33 | 0 | 0.00 | 245 | 0.98 | 0.83 |
| Hex | B1 | AA | FE | 1E | 21 | 0 | 0 | F5 | 62 | 53 |
| Octal | 261 | 252 | 376 | 36 | 41 | 0 | 0 | 365 | 142 | 123 |
| Binary | 10110001 | 10101010 | 11111110 | 11110 | 100001 | 0 | 0 | 11110101 | 1100010 | 1010011 |
Color Harmonies of #B1AAFE
Complementary color
Monochromatic Colors of #B1AAFE
Black with #B1AAFE
Text Example
Text Example
White with #B1AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AAFE; }
p { color: rgb(177,170,254); }
H1.HeaderClassName
{
color: #B1AAFE;
}
.AnyTagClassName
{
color: #B1AAFE;
}
</style>
background-color css
<style>
a { background-color: #B1AAFE; }
a { background-color: rgb(177,170,254); }
div.DivClassName
{
background-color: #B1AAFE;
}
.BgClassName
{
background-color: #B1AAFE;
}
</style>
border-color css
<style>
span { border-color: #B1AAFE; }
span { border-color: rgb(177,170,254); }
td.TdClassName
{
border-color: #B1AAFE;
}
.TagClassName
{
border-color: #B1AAFE;
}
</style>