Shades of Perano #B4AFFF
Tints of Perano #B4AFFF
RGB
CMYK
RGB Variations
Color information
#B4AFFF (or 0xB4AFFF) is known color: Perano. HEX triplet: B4, AF and FF. RGB value is (180,175,255). Sum of RGB (Red+Green+Blue) = 180+175+255=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AFFF is #4B5000. Grayscale: #B9B9B9. Windows color (decimal): -4935681 or 16756660. OLE color: 16756660.
HSL color Cylindrical-coordinate representation of color #B4AFFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4AFFF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 175 | 255 | - |
| CMYK | 0.29 | 0.31 | 0 | 0 |
| HSL | 243.75º | 1% | 0.84% | - |
| HSV(B) | 243.75º | 0.31% | 1% | - |
| XYZ | 52.2 | 47.58 | 101.04 | - |
| YUV | 185.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 255 | 0.29 | 0.31 | 0 | 0 | 243.75 | 1 | 0.84 |
| Hex | B4 | AF | FF | 1D | 1F | 0 | 0 | F4 | 64 | 54 |
| Octal | 264 | 257 | 377 | 35 | 37 | 0 | 0 | 364 | 144 | 124 |
| Binary | 10110100 | 10101111 | 11111111 | 11101 | 11111 | 0 | 0 | 11110100 | 1100100 | 1010100 |
Color Harmonies of #B4AFFF
Complementary color
Monochromatic Colors of #B4AFFF
Black with #B4AFFF
Text Example
Text Example
White with #B4AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFFF; }
p { color: rgb(180,175,255); }
H1.HeaderClassName
{
color: #B4AFFF;
}
.AnyTagClassName
{
color: #B4AFFF;
}
</style>
background-color css
<style>
a { background-color: #B4AFFF; }
a { background-color: rgb(180,175,255); }
div.DivClassName
{
background-color: #B4AFFF;
}
.BgClassName
{
background-color: #B4AFFF;
}
</style>
border-color css
<style>
span { border-color: #B4AFFF; }
span { border-color: rgb(180,175,255); }
td.TdClassName
{
border-color: #B4AFFF;
}
.TagClassName
{
border-color: #B4AFFF;
}
</style>