Shades of Perano #ACB9FB
Tints of Perano #ACB9FB
RGB
CMYK
RGB Variations
Color information
#ACB9FB (or 0xACB9FB) is known color: Perano. HEX triplet: AC, B9 and FB. RGB value is (172,185,251). Sum of RGB (Red+Green+Blue) = 172+185+251=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACB9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9FB is #534604. Grayscale: #BCBCBC. Windows color (decimal): -5457413 or 16497068. OLE color: 16497068.
HSL color Cylindrical-coordinate representation of color #ACB9FB: hue angle of 230.13º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB9FB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 185 | 251 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.02 |
| HSL | 230.13º | 0.91% | 0.83% | - |
| HSV(B) | 230.13º | 0.31% | 0.98% | - |
| XYZ | 51.77 | 50.43 | 98.27 | - |
| YUV | 188.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 251 | 0.31 | 0.26 | 0 | 0.02 | 230.13 | 0.91 | 0.83 |
| Hex | AC | B9 | FB | 1F | 1A | 0 | 2 | E6 | 5B | 53 |
| Octal | 254 | 271 | 373 | 37 | 32 | 0 | 2 | 346 | 133 | 123 |
| Binary | 10101100 | 10111001 | 11111011 | 11111 | 11010 | 0 | 10 | 11100110 | 1011011 | 1010011 |
Color Harmonies of #ACB9FB
Complementary color
Monochromatic Colors of #ACB9FB
Black with #ACB9FB
Text Example
Text Example
White with #ACB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9FB; }
p { color: rgb(172,185,251); }
H1.HeaderClassName
{
color: #ACB9FB;
}
.AnyTagClassName
{
color: #ACB9FB;
}
</style>
background-color css
<style>
a { background-color: #ACB9FB; }
a { background-color: rgb(172,185,251); }
div.DivClassName
{
background-color: #ACB9FB;
}
.BgClassName
{
background-color: #ACB9FB;
}
</style>
border-color css
<style>
span { border-color: #ACB9FB; }
span { border-color: rgb(172,185,251); }
td.TdClassName
{
border-color: #ACB9FB;
}
.TagClassName
{
border-color: #ACB9FB;
}
</style>