Shades of Perano #AFBCE5
Tints of Perano #AFBCE5
RGB
CMYK
RGB Variations
Color information
#AFBCE5 (or 0xAFBCE5) is known color: Perano. HEX triplet: AF, BC and E5. RGB value is (175,188,229). Sum of RGB (Red+Green+Blue) = 175+188+229=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE5 is #50431A. Grayscale: #BCBCBC. Windows color (decimal): -5260059 or 15056047. OLE color: 15056047.
HSL color Cylindrical-coordinate representation of color #AFBCE5: hue angle of 225.56º 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 #AFBCE5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 188 | 229 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.10 |
| HSL | 225.56º | 0.51% | 0.79% | - |
| HSV(B) | 225.56º | 0.24% | 0.9% | - |
| XYZ | 49.81 | 50.74 | 81.3 | - |
| YUV | 188.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 229 | 0.24 | 0.18 | 0 | 0.10 | 225.56 | 0.51 | 0.79 |
| Hex | AF | BC | E5 | 18 | 12 | 0 | A | E2 | 33 | 4F |
| Octal | 257 | 274 | 345 | 30 | 22 | 0 | 12 | 342 | 63 | 117 |
| Binary | 10101111 | 10111100 | 11100101 | 11000 | 10010 | 0 | 1010 | 11100010 | 110011 | 1001111 |
Color Harmonies of #AFBCE5
Complementary color
Monochromatic Colors of #AFBCE5
Black with #AFBCE5
Text Example
Text Example
White with #AFBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCE5; }
p { color: rgb(175,188,229); }
H1.HeaderClassName
{
color: #AFBCE5;
}
.AnyTagClassName
{
color: #AFBCE5;
}
</style>
background-color css
<style>
a { background-color: #AFBCE5; }
a { background-color: rgb(175,188,229); }
div.DivClassName
{
background-color: #AFBCE5;
}
.BgClassName
{
background-color: #AFBCE5;
}
</style>
border-color css
<style>
span { border-color: #AFBCE5; }
span { border-color: rgb(175,188,229); }
td.TdClassName
{
border-color: #AFBCE5;
}
.TagClassName
{
border-color: #AFBCE5;
}
</style>