Shades of Perano #ACB9F9
Tints of Perano #ACB9F9
RGB
CMYK
RGB Variations
Color information
#ACB9F9 (or 0xACB9F9) is known color: Perano. HEX triplet: AC, B9 and F9. RGB value is (172,185,249). Sum of RGB (Red+Green+Blue) = 172+185+249=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACB9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9F9 is #534606. Grayscale: #BCBCBC. Windows color (decimal): -5457415 or 16365996. OLE color: 16365996.
HSL color Cylindrical-coordinate representation of color #ACB9F9: hue angle of 229.87º degrees, saturation: 0.87, 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 #ACB9F9 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 185 | 249 | - |
CMYK | 0.31 | 0.26 | 0 | 0.02 |
HSL | 229.87º | 0.87% | 0.83% | - |
HSV(B) | 229.87º | 0.31% | 0.98% | - |
XYZ | 51.46 | 50.31 | 96.62 | - |
YUV | 188.41 | 162.19 | 116.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 185 | 249 | 0.31 | 0.26 | 0 | 0.02 | 229.87 | 0.87 | 0.83 |
Hex | AC | B9 | F9 | 1F | 1A | 0 | 2 | E6 | 57 | 53 |
Octal | 254 | 271 | 371 | 37 | 32 | 0 | 2 | 346 | 127 | 123 |
Binary | 10101100 | 10111001 | 11111001 | 11111 | 11010 | 0 | 10 | 11100110 | 1010111 | 1010011 |
Color Harmonies of #ACB9F9
Complementary color
Monochromatic Colors of #ACB9F9
Black with #ACB9F9
Text Example
Text Example
White with #ACB9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9F9; }
p { color: rgb(172,185,249); }
H1.HeaderClassName
{
color: #ACB9F9;
}
.AnyTagClassName
{
color: #ACB9F9;
}
</style>
background-color css
<style>
a { background-color: #ACB9F9; }
a { background-color: rgb(172,185,249); }
div.DivClassName
{
background-color: #ACB9F9;
}
.BgClassName
{
background-color: #ACB9F9;
}
</style>
border-color css
<style>
span { border-color: #ACB9F9; }
span { border-color: rgb(172,185,249); }
td.TdClassName
{
border-color: #ACB9F9;
}
.TagClassName
{
border-color: #ACB9F9;
}
</style>