Shades of Perano #B2ACF3
Tints of Perano #B2ACF3
RGB
CMYK
RGB Variations
Color information
#B2ACF3 (or 0xB2ACF3) is known color: Perano. HEX triplet: B2, AC and F3. RGB value is (178,172,243). Sum of RGB (Red+Green+Blue) = 178+172+243=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ACF3 is #4D530C. Grayscale: #B5B5B5. Windows color (decimal): -5067533 or 15969458. OLE color: 15969458.
HSL color Cylindrical-coordinate representation of color #B2ACF3: hue angle of 245.07º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2ACF3 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 172 | 243 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.05 |
| HSL | 245.07º | 0.75% | 0.81% | - |
| HSV(B) | 245.07º | 0.29% | 0.95% | - |
| XYZ | 49.29 | 45.44 | 90.97 | - |
| YUV | 181.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 243 | 0.27 | 0.29 | 0 | 0.05 | 245.07 | 0.75 | 0.81 |
| Hex | B2 | AC | F3 | 1B | 1D | 0 | 5 | F5 | 4B | 51 |
| Octal | 262 | 254 | 363 | 33 | 35 | 0 | 5 | 365 | 113 | 121 |
| Binary | 10110010 | 10101100 | 11110011 | 11011 | 11101 | 0 | 101 | 11110101 | 1001011 | 1010001 |
Color Harmonies of #B2ACF3
Complementary color
Monochromatic Colors of #B2ACF3
Black with #B2ACF3
Text Example
Text Example
White with #B2ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACF3; }
p { color: rgb(178,172,243); }
H1.HeaderClassName
{
color: #B2ACF3;
}
.AnyTagClassName
{
color: #B2ACF3;
}
</style>
background-color css
<style>
a { background-color: #B2ACF3; }
a { background-color: rgb(178,172,243); }
div.DivClassName
{
background-color: #B2ACF3;
}
.BgClassName
{
background-color: #B2ACF3;
}
</style>
border-color css
<style>
span { border-color: #B2ACF3; }
span { border-color: rgb(178,172,243); }
td.TdClassName
{
border-color: #B2ACF3;
}
.TagClassName
{
border-color: #B2ACF3;
}
</style>