Shades of Perano #ACB0F8
Tints of Perano #ACB0F8
RGB
CMYK
RGB Variations
Color information
#ACB0F8 (or 0xACB0F8) is known color: Perano. HEX triplet: AC, B0 and F8. RGB value is (172,176,248). Sum of RGB (Red+Green+Blue) = 172+176+248=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACB0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F8 is #534F07. Grayscale: #B6B6B6. Windows color (decimal): -5459720 or 16298156. OLE color: 16298156.
HSL color Cylindrical-coordinate representation of color #ACB0F8: hue angle of 236.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB0F8 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 176 | 248 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.03 |
| HSL | 236.84º | 0.84% | 0.82% | - |
| HSV(B) | 236.84º | 0.31% | 0.97% | - |
| XYZ | 49.48 | 46.6 | 95.19 | - |
| YUV | 183.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 248 | 0.31 | 0.29 | 0 | 0.03 | 236.84 | 0.84 | 0.82 |
| Hex | AC | B0 | F8 | 1F | 1D | 0 | 3 | ED | 54 | 52 |
| Octal | 254 | 260 | 370 | 37 | 35 | 0 | 3 | 355 | 124 | 122 |
| Binary | 10101100 | 10110000 | 11111000 | 11111 | 11101 | 0 | 11 | 11101101 | 1010100 | 1010010 |
Color Harmonies of #ACB0F8
Complementary color
Monochromatic Colors of #ACB0F8
Black with #ACB0F8
Text Example
Text Example
White with #ACB0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0F8; }
p { color: rgb(172,176,248); }
H1.HeaderClassName
{
color: #ACB0F8;
}
.AnyTagClassName
{
color: #ACB0F8;
}
</style>
background-color css
<style>
a { background-color: #ACB0F8; }
a { background-color: rgb(172,176,248); }
div.DivClassName
{
background-color: #ACB0F8;
}
.BgClassName
{
background-color: #ACB0F8;
}
</style>
border-color css
<style>
span { border-color: #ACB0F8; }
span { border-color: rgb(172,176,248); }
td.TdClassName
{
border-color: #ACB0F8;
}
.TagClassName
{
border-color: #ACB0F8;
}
</style>