Shades of Perano #AFB0EC
Tints of Perano #AFB0EC
RGB
CMYK
RGB Variations
Color information
#AFB0EC (or 0xAFB0EC) is known color: Perano. HEX triplet: AF, B0 and EC. RGB value is (175,176,236). Sum of RGB (Red+Green+Blue) = 175+176+236=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0EC is #504F13. Grayscale: #B6B6B6. Windows color (decimal): -5263124 or 15511727. OLE color: 15511727.
HSL color Cylindrical-coordinate representation of color #AFB0EC: hue angle of 239.02º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB0EC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 176 | 236 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.07 |
| HSL | 239.02º | 0.62% | 0.81% | - |
| HSV(B) | 239.02º | 0.26% | 0.93% | - |
| XYZ | 48.34 | 46.22 | 85.73 | - |
| YUV | 182.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 236 | 0.26 | 0.25 | 0 | 0.07 | 239.02 | 0.62 | 0.81 |
| Hex | AF | B0 | EC | 1A | 19 | 0 | 7 | EF | 3E | 51 |
| Octal | 257 | 260 | 354 | 32 | 31 | 0 | 7 | 357 | 76 | 121 |
| Binary | 10101111 | 10110000 | 11101100 | 11010 | 11001 | 0 | 111 | 11101111 | 111110 | 1010001 |
Color Harmonies of #AFB0EC
Complementary color
Monochromatic Colors of #AFB0EC
Black with #AFB0EC
Text Example
Text Example
White with #AFB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0EC; }
p { color: rgb(175,176,236); }
H1.HeaderClassName
{
color: #AFB0EC;
}
.AnyTagClassName
{
color: #AFB0EC;
}
</style>
background-color css
<style>
a { background-color: #AFB0EC; }
a { background-color: rgb(175,176,236); }
div.DivClassName
{
background-color: #AFB0EC;
}
.BgClassName
{
background-color: #AFB0EC;
}
</style>
border-color css
<style>
span { border-color: #AFB0EC; }
span { border-color: rgb(175,176,236); }
td.TdClassName
{
border-color: #AFB0EC;
}
.TagClassName
{
border-color: #AFB0EC;
}
</style>