Shades of Perano #AFBADA
Tints of Perano #AFBADA
RGB
CMYK
RGB Variations
Color information
#AFBADA (or 0xAFBADA) is known color: Perano. HEX triplet: AF, BA and DA. RGB value is (175,186,218). Sum of RGB (Red+Green+Blue) = 175+186+218=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBADA is #504525. Grayscale: #BABABA. Windows color (decimal): -5260582 or 14334639. OLE color: 14334639.
HSL color Cylindrical-coordinate representation of color #AFBADA: hue angle of 224.65º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBADA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 186 | 218 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.15 |
| HSL | 224.65º | 0.37% | 0.77% | - |
| HSV(B) | 224.65º | 0.2% | 0.85% | - |
| XYZ | 47.89 | 49.29 | 73.32 | - |
| YUV | 186.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 218 | 0.20 | 0.15 | 0 | 0.15 | 224.65 | 0.37 | 0.77 |
| Hex | AF | BA | DA | 14 | F | 0 | F | E1 | 25 | 4D |
| Octal | 257 | 272 | 332 | 24 | 17 | 0 | 17 | 341 | 45 | 115 |
| Binary | 10101111 | 10111010 | 11011010 | 10100 | 1111 | 0 | 1111 | 11100001 | 100101 | 1001101 |
Color Harmonies of #AFBADA
Complementary color
Monochromatic Colors of #AFBADA
Black with #AFBADA
Text Example
Text Example
White with #AFBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBADA; }
p { color: rgb(175,186,218); }
H1.HeaderClassName
{
color: #AFBADA;
}
.AnyTagClassName
{
color: #AFBADA;
}
</style>
background-color css
<style>
a { background-color: #AFBADA; }
a { background-color: rgb(175,186,218); }
div.DivClassName
{
background-color: #AFBADA;
}
.BgClassName
{
background-color: #AFBADA;
}
</style>
border-color css
<style>
span { border-color: #AFBADA; }
span { border-color: rgb(175,186,218); }
td.TdClassName
{
border-color: #AFBADA;
}
.TagClassName
{
border-color: #AFBADA;
}
</style>