Shades of Perano #AFBADD
Tints of Perano #AFBADD
RGB
CMYK
RGB Variations
Color information
#AFBADD (or 0xAFBADD) is known color: Perano. HEX triplet: AF, BA and DD. RGB value is (175,186,221). Sum of RGB (Red+Green+Blue) = 175+186+221=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBADD is #504522. Grayscale: #BABABA. Windows color (decimal): -5260579 or 14531247. OLE color: 14531247.
HSL color Cylindrical-coordinate representation of color #AFBADD: hue angle of 225.65º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBADD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 186 | 221 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.13 |
| HSL | 225.65º | 0.4% | 0.78% | - |
| HSV(B) | 225.65º | 0.21% | 0.87% | - |
| XYZ | 48.29 | 49.45 | 75.41 | - |
| YUV | 186.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 221 | 0.21 | 0.16 | 0 | 0.13 | 225.65 | 0.4 | 0.78 |
| Hex | AF | BA | DD | 15 | 10 | 0 | D | E2 | 28 | 4E |
| Octal | 257 | 272 | 335 | 25 | 20 | 0 | 15 | 342 | 50 | 116 |
| Binary | 10101111 | 10111010 | 11011101 | 10101 | 10000 | 0 | 1101 | 11100010 | 101000 | 1001110 |
Color Harmonies of #AFBADD
Complementary color
Monochromatic Colors of #AFBADD
Black with #AFBADD
Text Example
Text Example
White with #AFBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBADD; }
p { color: rgb(175,186,221); }
H1.HeaderClassName
{
color: #AFBADD;
}
.AnyTagClassName
{
color: #AFBADD;
}
</style>
background-color css
<style>
a { background-color: #AFBADD; }
a { background-color: rgb(175,186,221); }
div.DivClassName
{
background-color: #AFBADD;
}
.BgClassName
{
background-color: #AFBADD;
}
</style>
border-color css
<style>
span { border-color: #AFBADD; }
span { border-color: rgb(175,186,221); }
td.TdClassName
{
border-color: #AFBADD;
}
.TagClassName
{
border-color: #AFBADD;
}
</style>