Shades of Perano #ACB2F3
Tints of Perano #ACB2F3
RGB
CMYK
RGB Variations
Color information
#ACB2F3 (or 0xACB2F3) is known color: Perano. HEX triplet: AC, B2 and F3. RGB value is (172,178,243). Sum of RGB (Red+Green+Blue) = 172+178+243=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 178 (69.92% from 255 or 30.02% 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 #ACB2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2F3 is #534D0C. Grayscale: #B7B7B7. Windows color (decimal): -5459213 or 15970988. OLE color: 15970988.
HSL color Cylindrical-coordinate representation of color #ACB2F3: hue angle of 234.93º 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 #ACB2F3 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 178 | 243 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.05 |
| HSL | 234.93º | 0.75% | 0.81% | - |
| HSV(B) | 234.93º | 0.29% | 0.95% | - |
| XYZ | 49.11 | 47.08 | 91.29 | - |
| YUV | 183.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 243 | 0.29 | 0.27 | 0 | 0.05 | 234.93 | 0.75 | 0.81 |
| Hex | AC | B2 | F3 | 1D | 1B | 0 | 5 | EB | 4B | 51 |
| Octal | 254 | 262 | 363 | 35 | 33 | 0 | 5 | 353 | 113 | 121 |
| Binary | 10101100 | 10110010 | 11110011 | 11101 | 11011 | 0 | 101 | 11101011 | 1001011 | 1010001 |
Color Harmonies of #ACB2F3
Complementary color
Monochromatic Colors of #ACB2F3
Black with #ACB2F3
Text Example
Text Example
White with #ACB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2F3; }
p { color: rgb(172,178,243); }
H1.HeaderClassName
{
color: #ACB2F3;
}
.AnyTagClassName
{
color: #ACB2F3;
}
</style>
background-color css
<style>
a { background-color: #ACB2F3; }
a { background-color: rgb(172,178,243); }
div.DivClassName
{
background-color: #ACB2F3;
}
.BgClassName
{
background-color: #ACB2F3;
}
</style>
border-color css
<style>
span { border-color: #ACB2F3; }
span { border-color: rgb(172,178,243); }
td.TdClassName
{
border-color: #ACB2F3;
}
.TagClassName
{
border-color: #ACB2F3;
}
</style>