Shades of Perano #AFB5E2
Tints of Perano #AFB5E2
RGB
CMYK
RGB Variations
Color information
#AFB5E2 (or 0xAFB5E2) is known color: Perano. HEX triplet: AF, B5 and E2. RGB value is (175,181,226). Sum of RGB (Red+Green+Blue) = 175+181+226=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFB5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5E2 is #504A1D. Grayscale: #B8B8B8. Windows color (decimal): -5261854 or 14857647. OLE color: 14857647.
HSL color Cylindrical-coordinate representation of color #AFB5E2: hue angle of 232.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB5E2 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 181 | 226 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.11 |
| HSL | 232.94º | 0.47% | 0.79% | - |
| HSV(B) | 232.94º | 0.23% | 0.89% | - |
| XYZ | 47.93 | 47.65 | 78.62 | - |
| YUV | 184.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 226 | 0.23 | 0.20 | 0 | 0.11 | 232.94 | 0.47 | 0.79 |
| Hex | AF | B5 | E2 | 17 | 14 | 0 | B | E9 | 2F | 4F |
| Octal | 257 | 265 | 342 | 27 | 24 | 0 | 13 | 351 | 57 | 117 |
| Binary | 10101111 | 10110101 | 11100010 | 10111 | 10100 | 0 | 1011 | 11101001 | 101111 | 1001111 |
Color Harmonies of #AFB5E2
Complementary color
Monochromatic Colors of #AFB5E2
Black with #AFB5E2
Text Example
Text Example
White with #AFB5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5E2; }
p { color: rgb(175,181,226); }
H1.HeaderClassName
{
color: #AFB5E2;
}
.AnyTagClassName
{
color: #AFB5E2;
}
</style>
background-color css
<style>
a { background-color: #AFB5E2; }
a { background-color: rgb(175,181,226); }
div.DivClassName
{
background-color: #AFB5E2;
}
.BgClassName
{
background-color: #AFB5E2;
}
</style>
border-color css
<style>
span { border-color: #AFB5E2; }
span { border-color: rgb(175,181,226); }
td.TdClassName
{
border-color: #AFB5E2;
}
.TagClassName
{
border-color: #AFB5E2;
}
</style>