Shades of Perano #B0AAF8
Tints of Perano #B0AAF8
RGB
CMYK
RGB Variations
Color information
#B0AAF8 (or 0xB0AAF8) is known color: Perano. HEX triplet: B0, AA and F8. RGB value is (176,170,248). Sum of RGB (Red+Green+Blue) = 176+170+248=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #B0AAF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAF8 is #4F5507. Grayscale: #B4B4B4. Windows color (decimal): -5199112 or 16296624. OLE color: 16296624.
HSL color Cylindrical-coordinate representation of color #B0AAF8: hue angle of 244.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0AAF8 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 170 | 248 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.03 |
| HSL | 244.62º | 0.85% | 0.82% | - |
| HSV(B) | 244.62º | 0.31% | 0.97% | - |
| XYZ | 49.22 | 44.76 | 94.85 | - |
| YUV | 180.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 248 | 0.29 | 0.31 | 0 | 0.03 | 244.62 | 0.85 | 0.82 |
| Hex | B0 | AA | F8 | 1D | 1F | 0 | 3 | F5 | 55 | 52 |
| Octal | 260 | 252 | 370 | 35 | 37 | 0 | 3 | 365 | 125 | 122 |
| Binary | 10110000 | 10101010 | 11111000 | 11101 | 11111 | 0 | 11 | 11110101 | 1010101 | 1010010 |
Color Harmonies of #B0AAF8
Complementary color
Monochromatic Colors of #B0AAF8
Black with #B0AAF8
Text Example
Text Example
White with #B0AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAF8; }
p { color: rgb(176,170,248); }
H1.HeaderClassName
{
color: #B0AAF8;
}
.AnyTagClassName
{
color: #B0AAF8;
}
</style>
background-color css
<style>
a { background-color: #B0AAF8; }
a { background-color: rgb(176,170,248); }
div.DivClassName
{
background-color: #B0AAF8;
}
.BgClassName
{
background-color: #B0AAF8;
}
</style>
border-color css
<style>
span { border-color: #B0AAF8; }
span { border-color: rgb(176,170,248); }
td.TdClassName
{
border-color: #B0AAF8;
}
.TagClassName
{
border-color: #B0AAF8;
}
</style>