Shades of Perano #ACB7F3
Tints of Perano #ACB7F3
RGB
CMYK
RGB Variations
Color information
#ACB7F3 (or 0xACB7F3) is known color: Perano. HEX triplet: AC, B7 and F3. RGB value is (172,183,243). Sum of RGB (Red+Green+Blue) = 172+183+243=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F3 is #53480C. Grayscale: #BABABA. Windows color (decimal): -5457933 or 15972268. OLE color: 15972268.
HSL color Cylindrical-coordinate representation of color #ACB7F3: hue angle of 230.7º 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 #ACB7F3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 183 | 243 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.05 |
| HSL | 230.7º | 0.75% | 0.81% | - |
| HSV(B) | 230.7º | 0.29% | 0.95% | - |
| XYZ | 50.12 | 49.11 | 91.63 | - |
| YUV | 186.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 243 | 0.29 | 0.25 | 0 | 0.05 | 230.7 | 0.75 | 0.81 |
| Hex | AC | B7 | F3 | 1D | 19 | 0 | 5 | E7 | 4B | 51 |
| Octal | 254 | 267 | 363 | 35 | 31 | 0 | 5 | 347 | 113 | 121 |
| Binary | 10101100 | 10110111 | 11110011 | 11101 | 11001 | 0 | 101 | 11100111 | 1001011 | 1010001 |
Color Harmonies of #ACB7F3
Complementary color
Monochromatic Colors of #ACB7F3
Black with #ACB7F3
Text Example
Text Example
White with #ACB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7F3; }
p { color: rgb(172,183,243); }
H1.HeaderClassName
{
color: #ACB7F3;
}
.AnyTagClassName
{
color: #ACB7F3;
}
</style>
background-color css
<style>
a { background-color: #ACB7F3; }
a { background-color: rgb(172,183,243); }
div.DivClassName
{
background-color: #ACB7F3;
}
.BgClassName
{
background-color: #ACB7F3;
}
</style>
border-color css
<style>
span { border-color: #ACB7F3; }
span { border-color: rgb(172,183,243); }
td.TdClassName
{
border-color: #ACB7F3;
}
.TagClassName
{
border-color: #ACB7F3;
}
</style>