Shades of Perano #ACB3F2
Tints of Perano #ACB3F2
RGB
CMYK
RGB Variations
Color information
#ACB3F2 (or 0xACB3F2) is known color: Perano. HEX triplet: AC, B3 and F2. RGB value is (172,179,242). Sum of RGB (Red+Green+Blue) = 172+179+242=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACB3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3F2 is #534C0D. Grayscale: #B7B7B7. Windows color (decimal): -5458958 or 15905708. OLE color: 15905708.
HSL color Cylindrical-coordinate representation of color #ACB3F2: hue angle of 234º degrees, saturation: 0.73, 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 #ACB3F2 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 179 | 242 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 234º | 0.73% | 0.81% | - |
| HSV(B) | 234º | 0.29% | 0.95% | - |
| XYZ | 49.16 | 47.42 | 90.57 | - |
| YUV | 184.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 242 | 0.29 | 0.26 | 0 | 0.05 | 234 | 0.73 | 0.81 |
| Hex | AC | B3 | F2 | 1D | 1A | 0 | 5 | EA | 49 | 51 |
| Octal | 254 | 263 | 362 | 35 | 32 | 0 | 5 | 352 | 111 | 121 |
| Binary | 10101100 | 10110011 | 11110010 | 11101 | 11010 | 0 | 101 | 11101010 | 1001001 | 1010001 |
Color Harmonies of #ACB3F2
Complementary color
Monochromatic Colors of #ACB3F2
Black with #ACB3F2
Text Example
Text Example
White with #ACB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3F2; }
p { color: rgb(172,179,242); }
H1.HeaderClassName
{
color: #ACB3F2;
}
.AnyTagClassName
{
color: #ACB3F2;
}
</style>
background-color css
<style>
a { background-color: #ACB3F2; }
a { background-color: rgb(172,179,242); }
div.DivClassName
{
background-color: #ACB3F2;
}
.BgClassName
{
background-color: #ACB3F2;
}
</style>
border-color css
<style>
span { border-color: #ACB3F2; }
span { border-color: rgb(172,179,242); }
td.TdClassName
{
border-color: #ACB3F2;
}
.TagClassName
{
border-color: #ACB3F2;
}
</style>