Shades of Perano #AFB6E5
Tints of Perano #AFB6E5
RGB
CMYK
RGB Variations
Color information
#AFB6E5 (or 0xAFB6E5) is known color: Perano. HEX triplet: AF, B6 and E5. RGB value is (175,182,229). Sum of RGB (Red+Green+Blue) = 175+182+229=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6E5 is #50491A. Grayscale: #B9B9B9. Windows color (decimal): -5261595 or 15054511. OLE color: 15054511.
HSL color Cylindrical-coordinate representation of color #AFB6E5: hue angle of 232.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB6E5 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 182 | 229 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.10 |
| HSL | 232.22º | 0.51% | 0.79% | - |
| HSV(B) | 232.22º | 0.24% | 0.9% | - |
| XYZ | 48.55 | 48.23 | 80.88 | - |
| YUV | 185.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 229 | 0.24 | 0.21 | 0 | 0.10 | 232.22 | 0.51 | 0.79 |
| Hex | AF | B6 | E5 | 18 | 15 | 0 | A | E8 | 33 | 4F |
| Octal | 257 | 266 | 345 | 30 | 25 | 0 | 12 | 350 | 63 | 117 |
| Binary | 10101111 | 10110110 | 11100101 | 11000 | 10101 | 0 | 1010 | 11101000 | 110011 | 1001111 |
Color Harmonies of #AFB6E5
Complementary color
Monochromatic Colors of #AFB6E5
Black with #AFB6E5
Text Example
Text Example
White with #AFB6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6E5; }
p { color: rgb(175,182,229); }
H1.HeaderClassName
{
color: #AFB6E5;
}
.AnyTagClassName
{
color: #AFB6E5;
}
</style>
background-color css
<style>
a { background-color: #AFB6E5; }
a { background-color: rgb(175,182,229); }
div.DivClassName
{
background-color: #AFB6E5;
}
.BgClassName
{
background-color: #AFB6E5;
}
</style>
border-color css
<style>
span { border-color: #AFB6E5; }
span { border-color: rgb(175,182,229); }
td.TdClassName
{
border-color: #AFB6E5;
}
.TagClassName
{
border-color: #AFB6E5;
}
</style>