Shades of Perano #AFBADF
Tints of Perano #AFBADF
RGB
CMYK
RGB Variations
Color information
#AFBADF (or 0xAFBADF) is known color: Perano. HEX triplet: AF, BA and DF. RGB value is (175,186,223). Sum of RGB (Red+Green+Blue) = 175+186+223=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBADF is #504520. Grayscale: #BABABA. Windows color (decimal): -5260577 or 14662319. OLE color: 14662319.
HSL color Cylindrical-coordinate representation of color #AFBADF: hue angle of 226.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBADF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 186 | 223 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 226.25º | 0.43% | 0.78% | - |
| HSV(B) | 226.25º | 0.22% | 0.87% | - |
| XYZ | 48.56 | 49.56 | 76.82 | - |
| YUV | 186.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 223 | 0.22 | 0.17 | 0 | 0.13 | 226.25 | 0.43 | 0.78 |
| Hex | AF | BA | DF | 16 | 11 | 0 | D | E2 | 2B | 4E |
| Octal | 257 | 272 | 337 | 26 | 21 | 0 | 15 | 342 | 53 | 116 |
| Binary | 10101111 | 10111010 | 11011111 | 10110 | 10001 | 0 | 1101 | 11100010 | 101011 | 1001110 |
Color Harmonies of #AFBADF
Complementary color
Monochromatic Colors of #AFBADF
Black with #AFBADF
Text Example
Text Example
White with #AFBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBADF; }
p { color: rgb(175,186,223); }
H1.HeaderClassName
{
color: #AFBADF;
}
.AnyTagClassName
{
color: #AFBADF;
}
</style>
background-color css
<style>
a { background-color: #AFBADF; }
a { background-color: rgb(175,186,223); }
div.DivClassName
{
background-color: #AFBADF;
}
.BgClassName
{
background-color: #AFBADF;
}
</style>
border-color css
<style>
span { border-color: #AFBADF; }
span { border-color: rgb(175,186,223); }
td.TdClassName
{
border-color: #AFBADF;
}
.TagClassName
{
border-color: #AFBADF;
}
</style>