Shades of Perano #ACB2FC
Tints of Perano #ACB2FC
RGB
CMYK
RGB Variations
Color information
#ACB2FC (or 0xACB2FC) is known color: Perano. HEX triplet: AC, B2 and FC. RGB value is (172,178,252). Sum of RGB (Red+Green+Blue) = 172+178+252=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACB2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2FC is #534D03. Grayscale: #B8B8B8. Windows color (decimal): -5459204 or 16560812. OLE color: 16560812.
HSL color Cylindrical-coordinate representation of color #ACB2FC: hue angle of 235.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB2FC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 178 | 252 | - |
CMYK | 0.32 | 0.29 | 0 | 0.01 |
HSL | 235.5º | 0.93% | 0.83% | - |
HSV(B) | 235.5º | 0.32% | 0.99% | - |
XYZ | 50.5 | 47.64 | 98.63 | - |
YUV | 184.64 | 166.01 | 118.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 252 | 0.32 | 0.29 | 0 | 0.01 | 235.5 | 0.93 | 0.83 |
Hex | AC | B2 | FC | 20 | 1D | 0 | 1 | EC | 5D | 53 |
Octal | 254 | 262 | 374 | 40 | 35 | 0 | 1 | 354 | 135 | 123 |
Binary | 10101100 | 10110010 | 11111100 | 100000 | 11101 | 0 | 1 | 11101100 | 1011101 | 1010011 |
Color Harmonies of #ACB2FC
Complementary color
Monochromatic Colors of #ACB2FC
Black with #ACB2FC
Text Example
Text Example
White with #ACB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2FC; }
p { color: rgb(172,178,252); }
H1.HeaderClassName
{
color: #ACB2FC;
}
.AnyTagClassName
{
color: #ACB2FC;
}
</style>
background-color css
<style>
a { background-color: #ACB2FC; }
a { background-color: rgb(172,178,252); }
div.DivClassName
{
background-color: #ACB2FC;
}
.BgClassName
{
background-color: #ACB2FC;
}
</style>
border-color css
<style>
span { border-color: #ACB2FC; }
span { border-color: rgb(172,178,252); }
td.TdClassName
{
border-color: #ACB2FC;
}
.TagClassName
{
border-color: #ACB2FC;
}
</style>