Shades of Perano #AFB6EC
Tints of Perano #AFB6EC
RGB
CMYK
RGB Variations
Color information
#AFB6EC (or 0xAFB6EC) is known color: Perano. HEX triplet: AF, B6 and EC. RGB value is (175,182,236). Sum of RGB (Red+Green+Blue) = 175+182+236=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6EC is #504913. Grayscale: #B9B9B9. Windows color (decimal): -5261588 or 15513263. OLE color: 15513263.
HSL color Cylindrical-coordinate representation of color #AFB6EC: hue angle of 233.11º 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 #AFB6EC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 182 | 236 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.07 |
| HSL | 233.11º | 0.62% | 0.81% | - |
| HSV(B) | 233.11º | 0.26% | 0.93% | - |
| XYZ | 49.55 | 48.63 | 86.13 | - |
| YUV | 186.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 236 | 0.26 | 0.23 | 0 | 0.07 | 233.11 | 0.62 | 0.81 |
| Hex | AF | B6 | EC | 1A | 17 | 0 | 7 | E9 | 3E | 51 |
| Octal | 257 | 266 | 354 | 32 | 27 | 0 | 7 | 351 | 76 | 121 |
| Binary | 10101111 | 10110110 | 11101100 | 11010 | 10111 | 0 | 111 | 11101001 | 111110 | 1010001 |
Color Harmonies of #AFB6EC
Complementary color
Monochromatic Colors of #AFB6EC
Black with #AFB6EC
Text Example
Text Example
White with #AFB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6EC; }
p { color: rgb(175,182,236); }
H1.HeaderClassName
{
color: #AFB6EC;
}
.AnyTagClassName
{
color: #AFB6EC;
}
</style>
background-color css
<style>
a { background-color: #AFB6EC; }
a { background-color: rgb(175,182,236); }
div.DivClassName
{
background-color: #AFB6EC;
}
.BgClassName
{
background-color: #AFB6EC;
}
</style>
border-color css
<style>
span { border-color: #AFB6EC; }
span { border-color: rgb(175,182,236); }
td.TdClassName
{
border-color: #AFB6EC;
}
.TagClassName
{
border-color: #AFB6EC;
}
</style>