Shades of Perano #B4ACF7
Tints of Perano #B4ACF7
RGB
CMYK
RGB Variations
Color information
#B4ACF7 (or 0xB4ACF7) is known color: Perano. HEX triplet: B4, AC and F7. RGB value is (180,172,247). Sum of RGB (Red+Green+Blue) = 180+172+247=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #B4ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ACF7 is #4B5308. Grayscale: #B6B6B6. Windows color (decimal): -4936457 or 16231604. OLE color: 16231604.
HSL color Cylindrical-coordinate representation of color #B4ACF7: hue angle of 246.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4ACF7 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 172 | 247 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.03 |
| HSL | 246.4º | 0.82% | 0.82% | - |
| HSV(B) | 246.4º | 0.3% | 0.97% | - |
| XYZ | 50.36 | 45.92 | 94.21 | - |
| YUV | 182.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 247 | 0.27 | 0.30 | 0 | 0.03 | 246.4 | 0.82 | 0.82 |
| Hex | B4 | AC | F7 | 1B | 1E | 0 | 3 | F6 | 52 | 52 |
| Octal | 264 | 254 | 367 | 33 | 36 | 0 | 3 | 366 | 122 | 122 |
| Binary | 10110100 | 10101100 | 11110111 | 11011 | 11110 | 0 | 11 | 11110110 | 1010010 | 1010010 |
Color Harmonies of #B4ACF7
Complementary color
Monochromatic Colors of #B4ACF7
Black with #B4ACF7
Text Example
Text Example
White with #B4ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACF7; }
p { color: rgb(180,172,247); }
H1.HeaderClassName
{
color: #B4ACF7;
}
.AnyTagClassName
{
color: #B4ACF7;
}
</style>
background-color css
<style>
a { background-color: #B4ACF7; }
a { background-color: rgb(180,172,247); }
div.DivClassName
{
background-color: #B4ACF7;
}
.BgClassName
{
background-color: #B4ACF7;
}
</style>
border-color css
<style>
span { border-color: #B4ACF7; }
span { border-color: rgb(180,172,247); }
td.TdClassName
{
border-color: #B4ACF7;
}
.TagClassName
{
border-color: #B4ACF7;
}
</style>