Shades of Perano #AFBEEC
Tints of Perano #AFBEEC
RGB
CMYK
RGB Variations
Color information
#AFBEEC (or 0xAFBEEC) is known color: Perano. HEX triplet: AF, BE and EC. RGB value is (175,190,236). Sum of RGB (Red+Green+Blue) = 175+190+236=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEEC is #504113. Grayscale: #BEBEBE. Windows color (decimal): -5259540 or 15515311. OLE color: 15515311.
HSL color Cylindrical-coordinate representation of color #AFBEEC: hue angle of 225.25º 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 #AFBEEC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 190 | 236 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.07 |
| HSL | 225.25º | 0.62% | 0.81% | - |
| HSV(B) | 225.25º | 0.26% | 0.93% | - |
| XYZ | 51.23 | 52 | 86.69 | - |
| YUV | 190.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 236 | 0.26 | 0.19 | 0 | 0.07 | 225.25 | 0.62 | 0.81 |
| Hex | AF | BE | EC | 1A | 13 | 0 | 7 | E1 | 3E | 51 |
| Octal | 257 | 276 | 354 | 32 | 23 | 0 | 7 | 341 | 76 | 121 |
| Binary | 10101111 | 10111110 | 11101100 | 11010 | 10011 | 0 | 111 | 11100001 | 111110 | 1010001 |
Color Harmonies of #AFBEEC
Complementary color
Monochromatic Colors of #AFBEEC
Black with #AFBEEC
Text Example
Text Example
White with #AFBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBEEC; }
p { color: rgb(175,190,236); }
H1.HeaderClassName
{
color: #AFBEEC;
}
.AnyTagClassName
{
color: #AFBEEC;
}
</style>
background-color css
<style>
a { background-color: #AFBEEC; }
a { background-color: rgb(175,190,236); }
div.DivClassName
{
background-color: #AFBEEC;
}
.BgClassName
{
background-color: #AFBEEC;
}
</style>
border-color css
<style>
span { border-color: #AFBEEC; }
span { border-color: rgb(175,190,236); }
td.TdClassName
{
border-color: #AFBEEC;
}
.TagClassName
{
border-color: #AFBEEC;
}
</style>