Shades of Perano #B4AFFA
Tints of Perano #B4AFFA
RGB
CMYK
RGB Variations
Color information
#B4AFFA (or 0xB4AFFA) is known color: Perano. HEX triplet: B4, AF and FA. RGB value is (180,175,250). Sum of RGB (Red+Green+Blue) = 180+175+250=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFFA is #4B5005. Grayscale: #B8B8B8. Windows color (decimal): -4935686 or 16428980. OLE color: 16428980.
HSL color Cylindrical-coordinate representation of color #B4AFFA: hue angle of 244º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4AFFA is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 175 | 250 | - |
| CMYK | 0.28 | 0.3 | 0 | 0.02 |
| HSL | 244º | 0.88% | 0.83% | - |
| HSV(B) | 244º | 0.3% | 0.98% | - |
| XYZ | 51.41 | 47.27 | 96.86 | - |
| YUV | 185.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 250 | 0.28 | 0.3 | 0 | 0.02 | 244 | 0.88 | 0.83 |
| Hex | B4 | AF | FA | 1C | 1E | 0 | 2 | F4 | 58 | 53 |
| Octal | 264 | 257 | 372 | 34 | 36 | 0 | 2 | 364 | 130 | 123 |
| Binary | 10110100 | 10101111 | 11111010 | 11100 | 11110 | 0 | 10 | 11110100 | 1011000 | 1010011 |
Color Harmonies of #B4AFFA
Complementary color
Monochromatic Colors of #B4AFFA
Black with #B4AFFA
Text Example
Text Example
White with #B4AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFFA; }
p { color: rgb(180,175,250); }
H1.HeaderClassName
{
color: #B4AFFA;
}
.AnyTagClassName
{
color: #B4AFFA;
}
</style>
background-color css
<style>
a { background-color: #B4AFFA; }
a { background-color: rgb(180,175,250); }
div.DivClassName
{
background-color: #B4AFFA;
}
.BgClassName
{
background-color: #B4AFFA;
}
</style>
border-color css
<style>
span { border-color: #B4AFFA; }
span { border-color: rgb(180,175,250); }
td.TdClassName
{
border-color: #B4AFFA;
}
.TagClassName
{
border-color: #B4AFFA;
}
</style>