Shades of Perano #B3AAFF
Tints of Perano #B3AAFF
RGB
CMYK
RGB Variations
Color information
#B3AAFF (or 0xB3AAFF) is known color: Perano. HEX triplet: B3, AA and FF. RGB value is (179,170,255). Sum of RGB (Red+Green+Blue) = 179+170+255=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAFF is #4C5500. Grayscale: #B6B6B6. Windows color (decimal): -5002497 or 16755379. OLE color: 16755379.
HSL color Cylindrical-coordinate representation of color #B3AAFF: hue angle of 246.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3AAFF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 170 | 255 | - |
| CMYK | 0.30 | 0.33 | 0 | 0 |
| HSL | 246.35º | 1% | 0.83% | - |
| HSV(B) | 246.35º | 0.33% | 1% | - |
| XYZ | 51.02 | 45.55 | 100.71 | - |
| YUV | 182.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 255 | 0.30 | 0.33 | 0 | 0 | 246.35 | 1 | 0.83 |
| Hex | B3 | AA | FF | 1E | 21 | 0 | 0 | F6 | 64 | 53 |
| Octal | 263 | 252 | 377 | 36 | 41 | 0 | 0 | 366 | 144 | 123 |
| Binary | 10110011 | 10101010 | 11111111 | 11110 | 100001 | 0 | 0 | 11110110 | 1100100 | 1010011 |
Color Harmonies of #B3AAFF
Complementary color
Monochromatic Colors of #B3AAFF
Black with #B3AAFF
Text Example
Text Example
White with #B3AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAFF; }
p { color: rgb(179,170,255); }
H1.HeaderClassName
{
color: #B3AAFF;
}
.AnyTagClassName
{
color: #B3AAFF;
}
</style>
background-color css
<style>
a { background-color: #B3AAFF; }
a { background-color: rgb(179,170,255); }
div.DivClassName
{
background-color: #B3AAFF;
}
.BgClassName
{
background-color: #B3AAFF;
}
</style>
border-color css
<style>
span { border-color: #B3AAFF; }
span { border-color: rgb(179,170,255); }
td.TdClassName
{
border-color: #B3AAFF;
}
.TagClassName
{
border-color: #B3AAFF;
}
</style>