Shades of Perano #ACB7F2
Tints of Perano #ACB7F2
RGB
CMYK
RGB Variations
Color information
#ACB7F2 (or 0xACB7F2) is known color: Perano. HEX triplet: AC, B7 and F2. RGB value is (172,183,242). Sum of RGB (Red+Green+Blue) = 172+183+242=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACB7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F2 is #53480D. Grayscale: #BABABA. Windows color (decimal): -5457934 or 15906732. OLE color: 15906732.
HSL color Cylindrical-coordinate representation of color #ACB7F2: hue angle of 230.57º 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 #ACB7F2 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 183 | 242 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.05 |
| HSL | 230.57º | 0.73% | 0.81% | - |
| HSV(B) | 230.57º | 0.29% | 0.95% | - |
| XYZ | 49.97 | 49.05 | 90.84 | - |
| YUV | 186.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 242 | 0.29 | 0.24 | 0 | 0.05 | 230.57 | 0.73 | 0.81 |
| Hex | AC | B7 | F2 | 1D | 18 | 0 | 5 | E7 | 49 | 51 |
| Octal | 254 | 267 | 362 | 35 | 30 | 0 | 5 | 347 | 111 | 121 |
| Binary | 10101100 | 10110111 | 11110010 | 11101 | 11000 | 0 | 101 | 11100111 | 1001001 | 1010001 |
Color Harmonies of #ACB7F2
Complementary color
Monochromatic Colors of #ACB7F2
Black with #ACB7F2
Text Example
Text Example
White with #ACB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7F2; }
p { color: rgb(172,183,242); }
H1.HeaderClassName
{
color: #ACB7F2;
}
.AnyTagClassName
{
color: #ACB7F2;
}
</style>
background-color css
<style>
a { background-color: #ACB7F2; }
a { background-color: rgb(172,183,242); }
div.DivClassName
{
background-color: #ACB7F2;
}
.BgClassName
{
background-color: #ACB7F2;
}
</style>
border-color css
<style>
span { border-color: #ACB7F2; }
span { border-color: rgb(172,183,242); }
td.TdClassName
{
border-color: #ACB7F2;
}
.TagClassName
{
border-color: #ACB7F2;
}
</style>