Shades of Perano #AFB2EC
Tints of Perano #AFB2EC
RGB
CMYK
RGB Variations
Color information
#AFB2EC (or 0xAFB2EC) is known color: Perano. HEX triplet: AF, B2 and EC. RGB value is (175,178,236). Sum of RGB (Red+Green+Blue) = 175+178+236=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2EC is #504D13. Grayscale: #B7B7B7. Windows color (decimal): -5262612 or 15512239. OLE color: 15512239.
HSL color Cylindrical-coordinate representation of color #AFB2EC: hue angle of 237.05º 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 #AFB2EC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 178 | 236 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.07 |
| HSL | 237.05º | 0.62% | 0.81% | - |
| HSV(B) | 237.05º | 0.26% | 0.93% | - |
| XYZ | 48.74 | 47.01 | 85.86 | - |
| YUV | 183.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 236 | 0.26 | 0.25 | 0 | 0.07 | 237.05 | 0.62 | 0.81 |
| Hex | AF | B2 | EC | 1A | 19 | 0 | 7 | ED | 3E | 51 |
| Octal | 257 | 262 | 354 | 32 | 31 | 0 | 7 | 355 | 76 | 121 |
| Binary | 10101111 | 10110010 | 11101100 | 11010 | 11001 | 0 | 111 | 11101101 | 111110 | 1010001 |
Color Harmonies of #AFB2EC
Complementary color
Monochromatic Colors of #AFB2EC
Black with #AFB2EC
Text Example
Text Example
White with #AFB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2EC; }
p { color: rgb(175,178,236); }
H1.HeaderClassName
{
color: #AFB2EC;
}
.AnyTagClassName
{
color: #AFB2EC;
}
</style>
background-color css
<style>
a { background-color: #AFB2EC; }
a { background-color: rgb(175,178,236); }
div.DivClassName
{
background-color: #AFB2EC;
}
.BgClassName
{
background-color: #AFB2EC;
}
</style>
border-color css
<style>
span { border-color: #AFB2EC; }
span { border-color: rgb(175,178,236); }
td.TdClassName
{
border-color: #AFB2EC;
}
.TagClassName
{
border-color: #AFB2EC;
}
</style>