Shades of Perano #B0ACF3
Tints of Perano #B0ACF3
RGB
CMYK
RGB Variations
Color information
#B0ACF3 (or 0xB0ACF3) is known color: Perano. HEX triplet: B0, AC and F3. RGB value is (176,172,243). Sum of RGB (Red+Green+Blue) = 176+172+243=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ACF3 is #4F530C. Grayscale: #B5B5B5. Windows color (decimal): -5198605 or 15969456. OLE color: 15969456.
HSL color Cylindrical-coordinate representation of color #B0ACF3: hue angle of 243.38º 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 #B0ACF3 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 172 | 243 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.05 |
| HSL | 243.38º | 0.75% | 0.81% | - |
| HSV(B) | 243.38º | 0.29% | 0.95% | - |
| XYZ | 48.83 | 45.21 | 90.95 | - |
| YUV | 181.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 243 | 0.28 | 0.29 | 0 | 0.05 | 243.38 | 0.75 | 0.81 |
| Hex | B0 | AC | F3 | 1C | 1D | 0 | 5 | F3 | 4B | 51 |
| Octal | 260 | 254 | 363 | 34 | 35 | 0 | 5 | 363 | 113 | 121 |
| Binary | 10110000 | 10101100 | 11110011 | 11100 | 11101 | 0 | 101 | 11110011 | 1001011 | 1010001 |
Color Harmonies of #B0ACF3
Complementary color
Monochromatic Colors of #B0ACF3
Black with #B0ACF3
Text Example
Text Example
White with #B0ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ACF3; }
p { color: rgb(176,172,243); }
H1.HeaderClassName
{
color: #B0ACF3;
}
.AnyTagClassName
{
color: #B0ACF3;
}
</style>
background-color css
<style>
a { background-color: #B0ACF3; }
a { background-color: rgb(176,172,243); }
div.DivClassName
{
background-color: #B0ACF3;
}
.BgClassName
{
background-color: #B0ACF3;
}
</style>
border-color css
<style>
span { border-color: #B0ACF3; }
span { border-color: rgb(176,172,243); }
td.TdClassName
{
border-color: #B0ACF3;
}
.TagClassName
{
border-color: #B0ACF3;
}
</style>