Shades of Perano #B4ACF6
Tints of Perano #B4ACF6
RGB
CMYK
RGB Variations
Color information
#B4ACF6 (or 0xB4ACF6) is known color: Perano. HEX triplet: B4, AC and F6. RGB value is (180,172,246). Sum of RGB (Red+Green+Blue) = 180+172+246=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 246 (96.48% from 255 or 41.14% from 598); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ACF6 is #4B5309. Grayscale: #B6B6B6. Windows color (decimal): -4936458 or 16166068. OLE color: 16166068.
HSL color Cylindrical-coordinate representation of color #B4ACF6: hue angle of 246.49º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4ACF6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 172 | 246 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.04 |
| HSL | 246.49º | 0.8% | 0.82% | - |
| HSV(B) | 246.49º | 0.3% | 0.96% | - |
| XYZ | 50.21 | 45.86 | 93.39 | - |
| YUV | 182.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 246 | 0.27 | 0.30 | 0 | 0.04 | 246.49 | 0.8 | 0.82 |
| Hex | B4 | AC | F6 | 1B | 1E | 0 | 4 | F6 | 50 | 52 |
| Octal | 264 | 254 | 366 | 33 | 36 | 0 | 4 | 366 | 120 | 122 |
| Binary | 10110100 | 10101100 | 11110110 | 11011 | 11110 | 0 | 100 | 11110110 | 1010000 | 1010010 |
Color Harmonies of #B4ACF6
Complementary color
Monochromatic Colors of #B4ACF6
Black with #B4ACF6
Text Example
Text Example
White with #B4ACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ACF6; }
p { color: rgb(180,172,246); }
H1.HeaderClassName
{
color: #B4ACF6;
}
.AnyTagClassName
{
color: #B4ACF6;
}
</style>
background-color css
<style>
a { background-color: #B4ACF6; }
a { background-color: rgb(180,172,246); }
div.DivClassName
{
background-color: #B4ACF6;
}
.BgClassName
{
background-color: #B4ACF6;
}
</style>
border-color css
<style>
span { border-color: #B4ACF6; }
span { border-color: rgb(180,172,246); }
td.TdClassName
{
border-color: #B4ACF6;
}
.TagClassName
{
border-color: #B4ACF6;
}
</style>