Shades of Perano #ACBDEF
Tints of Perano #ACBDEF
RGB
CMYK
RGB Variations
Color information
#ACBDEF (or 0xACBDEF) is known color: Perano. HEX triplet: AC, BD and EF. RGB value is (172,189,239). Sum of RGB (Red+Green+Blue) = 172+189+239=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACBDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDEF is #534210. Grayscale: #BDBDBD. Windows color (decimal): -5456401 or 15711660. OLE color: 15711660.
HSL color Cylindrical-coordinate representation of color #ACBDEF: hue angle of 224.78º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBDEF is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 189 | 239 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.06 |
| HSL | 224.78º | 0.68% | 0.81% | - |
| HSV(B) | 224.78º | 0.28% | 0.94% | - |
| XYZ | 50.79 | 51.4 | 88.91 | - |
| YUV | 189.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 239 | 0.28 | 0.21 | 0 | 0.06 | 224.78 | 0.68 | 0.81 |
| Hex | AC | BD | EF | 1C | 15 | 0 | 6 | E1 | 44 | 51 |
| Octal | 254 | 275 | 357 | 34 | 25 | 0 | 6 | 341 | 104 | 121 |
| Binary | 10101100 | 10111101 | 11101111 | 11100 | 10101 | 0 | 110 | 11100001 | 1000100 | 1010001 |
Color Harmonies of #ACBDEF
Complementary color
Monochromatic Colors of #ACBDEF
Black with #ACBDEF
Text Example
Text Example
White with #ACBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDEF; }
p { color: rgb(172,189,239); }
H1.HeaderClassName
{
color: #ACBDEF;
}
.AnyTagClassName
{
color: #ACBDEF;
}
</style>
background-color css
<style>
a { background-color: #ACBDEF; }
a { background-color: rgb(172,189,239); }
div.DivClassName
{
background-color: #ACBDEF;
}
.BgClassName
{
background-color: #ACBDEF;
}
</style>
border-color css
<style>
span { border-color: #ACBDEF; }
span { border-color: rgb(172,189,239); }
td.TdClassName
{
border-color: #ACBDEF;
}
.TagClassName
{
border-color: #ACBDEF;
}
</style>