Shades of Perano #B2AAFC
Tints of Perano #B2AAFC
RGB
CMYK
RGB Variations
Color information
#B2AAFC (or 0xB2AAFC) is known color: Perano. HEX triplet: B2, AA and FC. RGB value is (178,170,252). Sum of RGB (Red+Green+Blue) = 178+170+252=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2AAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAFC is #4D5503. Grayscale: #B5B5B5. Windows color (decimal): -5068036 or 16558770. OLE color: 16558770.
HSL color Cylindrical-coordinate representation of color #B2AAFC: hue angle of 245.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2AAFC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 170 | 252 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.01 |
| HSL | 245.85º | 0.93% | 0.83% | - |
| HSV(B) | 245.85º | 0.33% | 0.99% | - |
| XYZ | 50.31 | 45.24 | 98.18 | - |
| YUV | 181.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 252 | 0.29 | 0.33 | 0 | 0.01 | 245.85 | 0.93 | 0.83 |
| Hex | B2 | AA | FC | 1D | 21 | 0 | 1 | F6 | 5D | 53 |
| Octal | 262 | 252 | 374 | 35 | 41 | 0 | 1 | 366 | 135 | 123 |
| Binary | 10110010 | 10101010 | 11111100 | 11101 | 100001 | 0 | 1 | 11110110 | 1011101 | 1010011 |
Color Harmonies of #B2AAFC
Complementary color
Monochromatic Colors of #B2AAFC
Black with #B2AAFC
Text Example
Text Example
White with #B2AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAFC; }
p { color: rgb(178,170,252); }
H1.HeaderClassName
{
color: #B2AAFC;
}
.AnyTagClassName
{
color: #B2AAFC;
}
</style>
background-color css
<style>
a { background-color: #B2AAFC; }
a { background-color: rgb(178,170,252); }
div.DivClassName
{
background-color: #B2AAFC;
}
.BgClassName
{
background-color: #B2AAFC;
}
</style>
border-color css
<style>
span { border-color: #B2AAFC; }
span { border-color: rgb(178,170,252); }
td.TdClassName
{
border-color: #B2AAFC;
}
.TagClassName
{
border-color: #B2AAFC;
}
</style>