Shades of Perano #ACB8F3
Tints of Perano #ACB8F3
RGB
CMYK
RGB Variations
Color information
#ACB8F3 (or 0xACB8F3) is known color: Perano. HEX triplet: AC, B8 and F3. RGB value is (172,184,243). Sum of RGB (Red+Green+Blue) = 172+184+243=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8F3 is #53470C. Grayscale: #BABABA. Windows color (decimal): -5457677 or 15972524. OLE color: 15972524.
HSL color Cylindrical-coordinate representation of color #ACB8F3: hue angle of 229.86º 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 #ACB8F3 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 184 | 243 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.05 |
| HSL | 229.86º | 0.75% | 0.81% | - |
| HSV(B) | 229.86º | 0.29% | 0.95% | - |
| XYZ | 50.33 | 49.52 | 91.7 | - |
| YUV | 187.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 243 | 0.29 | 0.24 | 0 | 0.05 | 229.86 | 0.75 | 0.81 |
| Hex | AC | B8 | F3 | 1D | 18 | 0 | 5 | E6 | 4B | 51 |
| Octal | 254 | 270 | 363 | 35 | 30 | 0 | 5 | 346 | 113 | 121 |
| Binary | 10101100 | 10111000 | 11110011 | 11101 | 11000 | 0 | 101 | 11100110 | 1001011 | 1010001 |
Color Harmonies of #ACB8F3
Complementary color
Monochromatic Colors of #ACB8F3
Black with #ACB8F3
Text Example
Text Example
White with #ACB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8F3; }
p { color: rgb(172,184,243); }
H1.HeaderClassName
{
color: #ACB8F3;
}
.AnyTagClassName
{
color: #ACB8F3;
}
</style>
background-color css
<style>
a { background-color: #ACB8F3; }
a { background-color: rgb(172,184,243); }
div.DivClassName
{
background-color: #ACB8F3;
}
.BgClassName
{
background-color: #ACB8F3;
}
</style>
border-color css
<style>
span { border-color: #ACB8F3; }
span { border-color: rgb(172,184,243); }
td.TdClassName
{
border-color: #ACB8F3;
}
.TagClassName
{
border-color: #ACB8F3;
}
</style>