Shades of Perano #AFBCE0
Tints of Perano #AFBCE0
RGB
CMYK
RGB Variations
Color information
#AFBCE0 (or 0xAFBCE0) is known color: Perano. HEX triplet: AF, BC and E0. RGB value is (175,188,224). Sum of RGB (Red+Green+Blue) = 175+188+224=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE0 is #50431F. Grayscale: #BCBCBC. Windows color (decimal): -5260064 or 14728367. OLE color: 14728367.
HSL color Cylindrical-coordinate representation of color #AFBCE0: hue angle of 224.08º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBCE0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 188 | 224 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.12 |
| HSL | 224.08º | 0.44% | 0.78% | - |
| HSV(B) | 224.08º | 0.22% | 0.88% | - |
| XYZ | 49.12 | 50.46 | 77.67 | - |
| YUV | 188.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 224 | 0.22 | 0.16 | 0 | 0.12 | 224.08 | 0.44 | 0.78 |
| Hex | AF | BC | E0 | 16 | 10 | 0 | C | E0 | 2C | 4E |
| Octal | 257 | 274 | 340 | 26 | 20 | 0 | 14 | 340 | 54 | 116 |
| Binary | 10101111 | 10111100 | 11100000 | 10110 | 10000 | 0 | 1100 | 11100000 | 101100 | 1001110 |
Color Harmonies of #AFBCE0
Complementary color
Monochromatic Colors of #AFBCE0
Black with #AFBCE0
Text Example
Text Example
White with #AFBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCE0; }
p { color: rgb(175,188,224); }
H1.HeaderClassName
{
color: #AFBCE0;
}
.AnyTagClassName
{
color: #AFBCE0;
}
</style>
background-color css
<style>
a { background-color: #AFBCE0; }
a { background-color: rgb(175,188,224); }
div.DivClassName
{
background-color: #AFBCE0;
}
.BgClassName
{
background-color: #AFBCE0;
}
</style>
border-color css
<style>
span { border-color: #AFBCE0; }
span { border-color: rgb(175,188,224); }
td.TdClassName
{
border-color: #AFBCE0;
}
.TagClassName
{
border-color: #AFBCE0;
}
</style>