Shades of Perano #AFBFEC
Tints of Perano #AFBFEC
RGB
CMYK
RGB Variations
Color information
#AFBFEC (or 0xAFBFEC) is known color: Perano. HEX triplet: AF, BF and EC. RGB value is (175,191,236). Sum of RGB (Red+Green+Blue) = 175+191+236=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFEC is #504013. Grayscale: #BFBFBF. Windows color (decimal): -5259284 or 15515567. OLE color: 15515567.
HSL color Cylindrical-coordinate representation of color #AFBFEC: hue angle of 224.26º 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 #AFBFEC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 191 | 236 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.07 |
| HSL | 224.26º | 0.62% | 0.81% | - |
| HSV(B) | 224.26º | 0.26% | 0.93% | - |
| XYZ | 51.45 | 52.43 | 86.77 | - |
| YUV | 191.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 236 | 0.26 | 0.19 | 0 | 0.07 | 224.26 | 0.62 | 0.81 |
| Hex | AF | BF | EC | 1A | 13 | 0 | 7 | E0 | 3E | 51 |
| Octal | 257 | 277 | 354 | 32 | 23 | 0 | 7 | 340 | 76 | 121 |
| Binary | 10101111 | 10111111 | 11101100 | 11010 | 10011 | 0 | 111 | 11100000 | 111110 | 1010001 |
Color Harmonies of #AFBFEC
Complementary color
Monochromatic Colors of #AFBFEC
Black with #AFBFEC
Text Example
Text Example
White with #AFBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFEC; }
p { color: rgb(175,191,236); }
H1.HeaderClassName
{
color: #AFBFEC;
}
.AnyTagClassName
{
color: #AFBFEC;
}
</style>
background-color css
<style>
a { background-color: #AFBFEC; }
a { background-color: rgb(175,191,236); }
div.DivClassName
{
background-color: #AFBFEC;
}
.BgClassName
{
background-color: #AFBFEC;
}
</style>
border-color css
<style>
span { border-color: #AFBFEC; }
span { border-color: rgb(175,191,236); }
td.TdClassName
{
border-color: #AFBFEC;
}
.TagClassName
{
border-color: #AFBFEC;
}
</style>