Shades of Perano #ACB2F8
Tints of Perano #ACB2F8
RGB
CMYK
RGB Variations
Color information
#ACB2F8 (or 0xACB2F8) is known color: Perano. HEX triplet: AC, B2 and F8. RGB value is (172,178,248). Sum of RGB (Red+Green+Blue) = 172+178+248=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACB2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2F8 is #534D07. Grayscale: #B7B7B7. Windows color (decimal): -5459208 or 16298668. OLE color: 16298668.
HSL color Cylindrical-coordinate representation of color #ACB2F8: hue angle of 235.26º 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 #ACB2F8 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 178 | 248 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.03 |
| HSL | 235.26º | 0.84% | 0.82% | - |
| HSV(B) | 235.26º | 0.31% | 0.97% | - |
| XYZ | 49.88 | 47.39 | 95.33 | - |
| YUV | 184.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 248 | 0.31 | 0.28 | 0 | 0.03 | 235.26 | 0.84 | 0.82 |
| Hex | AC | B2 | F8 | 1F | 1C | 0 | 3 | EB | 54 | 52 |
| Octal | 254 | 262 | 370 | 37 | 34 | 0 | 3 | 353 | 124 | 122 |
| Binary | 10101100 | 10110010 | 11111000 | 11111 | 11100 | 0 | 11 | 11101011 | 1010100 | 1010010 |
Color Harmonies of #ACB2F8
Complementary color
Monochromatic Colors of #ACB2F8
Black with #ACB2F8
Text Example
Text Example
White with #ACB2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2F8; }
p { color: rgb(172,178,248); }
H1.HeaderClassName
{
color: #ACB2F8;
}
.AnyTagClassName
{
color: #ACB2F8;
}
</style>
background-color css
<style>
a { background-color: #ACB2F8; }
a { background-color: rgb(172,178,248); }
div.DivClassName
{
background-color: #ACB2F8;
}
.BgClassName
{
background-color: #ACB2F8;
}
</style>
border-color css
<style>
span { border-color: #ACB2F8; }
span { border-color: rgb(172,178,248); }
td.TdClassName
{
border-color: #ACB2F8;
}
.TagClassName
{
border-color: #ACB2F8;
}
</style>